git: getifaddrs.3: Point out that ifa_broadaddr isn't really a struct field.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Feb 24 05:32:08 PST 2014
commit 8e680d7062fa81a69d17cab2ac9f56b67dbdfb6d
Author: Sascha Wildner <saw at online.de>
Date: Mon Feb 24 14:31:20 2014 +0100
getifaddrs.3: Point out that ifa_broadaddr isn't really a struct field.
It's another name for the ifa_dstaddr field to use for the non-P2P case.
Remove it from the struct, though, to not give wrong ideas about the
struct size for example.
Pointed-out-by: marino
Summary of changes:
lib/libc/net/getifaddrs.3 | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e680d7062fa81a69d17cab2ac9f56b67dbdfb6d
--
DragonFly BSD source repository
More information about the Commits
mailing list