History log of /netbsd-src/include/ifaddrs.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 9fed1c5a 21-Sep-2016 roy <roy@NetBSD.org>

Add ifa_addrflags to ifaddrs (forgot to commit this file, thanks Ryo!)


# 398f5724 23-Jan-2016 dholland <dholland@NetBSD.org>

Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a b

Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a blight on the world.

show more ...


# 888c1340 22-Jan-2016 dholland <dholland@NetBSD.org>

u_char, u_int, u_long -> unsigned char, unsigned, unsigned long

This makes these headers work without _NETBSD_SOURCE.


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# 3f935d01 13-Jun-2000 simonb <simonb@NetBSD.org>

Remove 'extern' from function declarations.


# 1e57dbd8 02-Mar-2000 kleink <kleink@NetBSD.org>

Minor style nit.


# 4b9363d8 23-Feb-2000 itojun <itojun@NetBSD.org>

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


# 6037c786 23-Feb-2000 itojun <itojun@NetBSD.org>

add getifaddrs(3) from bsdi4, as mentioned in tech-net (in SIOCGIFCONF
related thread).
this will save future apps from complexity of SIOCGIFCONF.

getifaddrs(3) does not use SIOCGIFCONF internally,

add getifaddrs(3) from bsdi4, as mentioned in tech-net (in SIOCGIFCONF
related thread).
this will save future apps from complexity of SIOCGIFCONF.

getifaddrs(3) does not use SIOCGIFCONF internally, it uses sysctl.

show more ...