History log of /openbsd/include/ifaddrs.h (Results 1 – 4 of 4)
Revision Date Author Comments
# d1f942ab 22-Jan-2004 espie <espie@openbsd.org>

Remove unnecessary typedef usage.

u_char -> unsigned char
u_short -> unsigned short
u_long -> unsigned long
u_int -> unsigned int

okay millert@


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

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 don

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.

show more ...


# 8b86f44b 23-Feb-2000 itojun <itojun@openbsd.org>

add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).
in sync with kame and bsdi.


# da8e6ed8 23-Feb-2000 itojun <itojun@openbsd.org>

add getifaddrs(3), from bsdi4.
this will help future apps from complexity of SIOCGIFCONF.
NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.