Author | SHA1 | Message | Date |
---|---|---|---|
espie | 2ccf9e8a28 |
Remove unnecessary typedef usage.
u_char -> unsigned char u_short -> unsigned short u_long -> unsigned long u_int -> unsigned int okay millert@ |
21 years ago |
millert | b68c09e067 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 23 years ago |
itojun | d148e30e7f |
add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).
in sync with kame and bsdi. |
25 years ago |
itojun | 68fe588191 |
add getifaddrs(3), from bsdi4.
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. |
25 years ago |