mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-04 02:14:34 +08:00

This is enough to be able to invoke the ifconfig command but it calls exit() which is inappropriate. The "struct option" in the ifconfig code conflicts with a structure of the same name in newlib's and glibc's getopt.h.