getifaddrs.3: Point out that ifa_broadaddr isn't really a struct field.
authorSascha Wildner <saw@online.de>
Mon, 24 Feb 2014 13:31:20 +0000 (14:31 +0100)
committerSascha Wildner <saw@online.de>
Mon, 24 Feb 2014 13:31:20 +0000 (14:31 +0100)
commit8e680d7062fa81a69d17cab2ac9f56b67dbdfb6d
tree362d5e210994a346d43a69b0e77baf8a303c1193
parentcae44fd2b8f3c424b4c12b6a6f9dab33a743b3f4
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
lib/libc/net/getifaddrs.3