diff options
| author | dholland <dholland@NetBSD.org> | 2016-01-23 00:43:42 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2016-01-23 00:43:42 +0000 |
| commit | bd71fd01828e2792a01294e1c70aadca7e33fdd7 (patch) | |
| tree | a12f17e2c68279e6081df8b19de2268b024185c3 /lib/libc/net | |
| parent | 62a03c4b12a4f5bd8ed48855c9ff32c3d7baa105 (diff) | |
Update synopses to match u_int/u_long/etc. changes. Do not bump date as
it's not a substantive change.
Diffstat (limited to 'lib/libc/net')
| -rw-r--r-- | lib/libc/net/getifaddrs.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index be1e53079a5..b9335881e05 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getifaddrs.3,v 1.14 2013/04/07 23:12:36 wiz Exp $ +.\" $NetBSD: getifaddrs.3,v 1.15 2016/01/23 00:43:42 dholland Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -51,7 +51,7 @@ structure contains at least the following entries: .Bd -literal struct ifaddrs *ifa_next; /* Pointer to next struct */ char *ifa_name; /* Interface name */ - u_int ifa_flags; /* Interface flags */ + unsigned ifa_flags; /* Interface flags */ struct sockaddr *ifa_addr; /* Interface address */ struct sockaddr *ifa_netmask; /* Interface netmask */ struct sockaddr *ifa_broadaddr; /* Interface broadcast address */ |
