diff options
author | Steve French <sfrench@samba.org> | 2006-02-26 16:21:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:24 -0500 |
commit | 03bb57c2197c218ebd9eee9b29dcbd31d1265ba3 (patch) | |
tree | 64294f7c0362d0bb74e4826af0d1953b0ba2b106 | |
parent | e99814b6ed0e4446ed60c765a4b67798506834dc (diff) | |
download | samba-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)
-rw-r--r-- | source3/client/umount.cifs.c | 1 |
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" |