summaryrefslogtreecommitdiffstats
path: root/source/lib/interfaces.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/interfaces.c')
-rw-r--r--source/lib/interfaces.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/interfaces.c b/source/lib/interfaces.c
index 96f4b4cd94f..9e8c979aa7b 100644
--- a/source/lib/interfaces.c
+++ b/source/lib/interfaces.c
@@ -1,5 +1,6 @@
/*
- Unix SMB/CIFS implementation.
+ Unix SMB/Netbios implementation.
+ Version 2.0
return a list of network interfaces
Copyright (C) Andrew Tridgell 1998
@@ -38,7 +39,6 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/ioctl.h>
-#include <sys/time.h>
#include <net/if.h>
#ifdef AUTOCONF_TEST