diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
commit | 0914e541f5480834c1b0ddc98b5f71f7f7abf9cb (patch) | |
tree | 76f6eb086ab73689d272d398077dd3cb6b486cd4 /source3/client | |
parent | c507ebe56741d773bf6e7ad547863a2da1aee687 (diff) | |
download | samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.tar.gz samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.tar.bz2 samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.zip |
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
(This used to be commit d817eaf0ecca2d878ab1ffcf7a747a02d71c811e)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 2 | ||||
-rw-r--r-- | source3/client/smbmount.c | 2 | ||||
-rw-r--r-- | source3/client/smbspool.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index c8d2ca7b04..36c76cbf15 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -28,8 +28,6 @@ #define REGISTER 0 #endif -#include "module_dummy.h" - struct cli_state *cli; extern BOOL in_client; static int port = 0; diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index eeaec64204..1ee7dbc8cb 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -22,8 +22,6 @@ #include "includes.h" -#include "module_dummy.h" - #include <mntent.h> #include <asm/types.h> #include <linux/smb_fs.h> diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index eef663ebfd..68165792da 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -24,8 +24,6 @@ #include "includes.h" -#include "module_dummy.h" - /* * Globals... */ |