diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-05-07 03:21:23 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-05-07 03:21:23 +0000 |
commit | fe6b398a79e6a8efaeef173dc4a41ff4a8ec3b33 (patch) | |
tree | c8131ad1727c7628f894af78d40159095395f1cc /source3/lib/interfaces.c | |
parent | 3762d48404c60fdeda25ff4083b9ef878917a011 (diff) | |
download | samba-fe6b398a79e6a8efaeef173dc4a41ff4a8ec3b33.tar.gz samba-fe6b398a79e6a8efaeef173dc4a41ff4a8ec3b33.tar.xz samba-fe6b398a79e6a8efaeef173dc4a41ff4a8ec3b33.zip |
fix interfaces.c for aix 3.2.5
(This used to be commit a69532ffde761453f3d9189be2fbf1036c2ed196)
Diffstat (limited to 'source3/lib/interfaces.c')
-rw-r--r-- | source3/lib/interfaces.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/interfaces.c b/source3/lib/interfaces.c index e7b9efa1f0a..6e031a1dabd 100644 --- a/source3/lib/interfaces.c +++ b/source3/lib/interfaces.c @@ -39,9 +39,7 @@ #include <arpa/inet.h> #include <netdb.h> #include <sys/ioctl.h> -#ifdef HAVE_SYS_TIME_H #include <sys/time.h> -#endif #include <net/if.h> #ifndef SIOCGIFCONF |