summaryrefslogtreecommitdiff
path: root/source3/client/umount.cifs.c
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2006-02-26 16:21:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:24 -0500
commit03bb57c2197c218ebd9eee9b29dcbd31d1265ba3 (patch)
tree64294f7c0362d0bb74e4826af0d1953b0ba2b106 /source3/client/umount.cifs.c
parente99814b6ed0e4446ed60c765a4b67798506834dc (diff)
downloadsamba-03bb57c2197c218ebd9eee9b29dcbd31d1265ba3.tar.gz
samba-03bb57c2197c218ebd9eee9b29dcbd31d1265ba3.tar.bz2
samba-03bb57c2197c218ebd9eee9b29dcbd31d1265ba3.zip
r13697: Remove unneeded header (header not present on all Linux either) for umount.cifs.c
(This used to be commit d294b28f1c9ed931efe29ebce1c8847215fc03dc)
Diffstat (limited to 'source3/client/umount.cifs.c')
-rw-r--r--source3/client/umount.cifs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/client/umount.cifs.c b/source3/client/umount.cifs.c
index 3a6c1aa956..e6dd08dbf2 100644
--- a/source3/client/umount.cifs.c
+++ b/source3/client/umount.cifs.c
@@ -34,7 +34,6 @@
#include <errno.h>
#include <string.h>
#include <mntent.h>
-#include <fstab.h>
#define UNMOUNT_CIFS_VERSION_MAJOR "0"
#define UNMOUNT_CIFS_VERSION_MINOR "5"