summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-16 03:22:13 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:32 +0100
commit958864ccdf6062808433fc032577e7b175f027e0 (patch)
tree0589111df84cdb0a5c171b991902cf3d42be26d8 /source4/lib/replace/system
parent41e45d690ff5074d861b486c8711bf03cffa2efc (diff)
downloadsamba-958864ccdf6062808433fc032577e7b175f027e0.tar.gz
samba-958864ccdf6062808433fc032577e7b175f027e0.tar.bz2
samba-958864ccdf6062808433fc032577e7b175f027e0.zip
r26469: Fix paths, only include IPv4 addresses for now.
(This used to be commit fa9e3b6fa871b7541878f836ea54e882e614a3cf)
Diffstat (limited to 'source4/lib/replace/system')
-rw-r--r--source4/lib/replace/system/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/system/network.h b/source4/lib/replace/system/network.h
index 45d84e0386..b8228687e3 100644
--- a/source4/lib/replace/system/network.h
+++ b/source4/lib/replace/system/network.h
@@ -102,7 +102,7 @@ const char *rep_inet_ntop(int af, const void *src, char *dst, socklen_t size);
struct ifaddrs {
struct ifaddrs *ifa_next; /* Pointer to next struct */
char *ifa_name; /* Interface name */
- u_int ifa_flags; /* Interface flags */
+ unsigned int ifa_flags; /* Interface flags */
struct sockaddr *ifa_addr; /* Interface address */
struct sockaddr *ifa_netmask; /* Interface netmask */
struct sockaddr *ifa_dstaddr; /* P2P interface destination */