diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-17 13:37:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:39 -0500 |
commit | f20e251bfd9f1eb7ce5c00739631b1625a2aa467 (patch) | |
tree | 9995f8a5c2770a3380ef39387f36f1e22fdef2eb /source/scripting | |
parent | 113ef0132037f3e3db61f259eee903a4584219f7 (diff) | |
download | samba-f20e251bfd9f1eb7ce5c00739631b1625a2aa467.tar.gz |
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
configure check for the interfaces.
should fix the build on some old sun boxes
metze
Diffstat (limited to 'source/scripting')
-rw-r--r-- | source/scripting/ejs/smbcalls_config.c | 2 | ||||
-rw-r--r-- | source/scripting/ejs/smbcalls_sys.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/scripting/ejs/smbcalls_config.c b/source/scripting/ejs/smbcalls_config.c index 2827920bd0e..5da0dd14f01 100644 --- a/source/scripting/ejs/smbcalls_config.c +++ b/source/scripting/ejs/smbcalls_config.c @@ -25,7 +25,7 @@ #include "lib/appweb/ejs/ejs.h" #include "param/loadparm.h" #include "system/network.h" -#include "netif/netif.h" +#include "lib/socket/netif.h" /* return a list of defined services diff --git a/source/scripting/ejs/smbcalls_sys.c b/source/scripting/ejs/smbcalls_sys.c index 860002e1d78..d8aaf3898a7 100644 --- a/source/scripting/ejs/smbcalls_sys.c +++ b/source/scripting/ejs/smbcalls_sys.c @@ -26,7 +26,7 @@ #include "lib/ldb/include/ldb.h" #include "system/time.h" #include "system/network.h" -#include "netif/netif.h" +#include "lib/socket/netif.h" /* return the list of configured network interfaces |