svn commit: samba r13697 - in branches/SAMBA_3_0/source/client: .

sfrench at samba.org sfrench at samba.org
Sun Feb 26 16:21:31 GMT 2006


Author: sfrench
Date: 2006-02-26 16:21:30 +0000 (Sun, 26 Feb 2006)
New Revision: 13697

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13697

Log:
Remove unneeded header (header not present on all Linux either) for umount.cifs.c

Modified:
   branches/SAMBA_3_0/source/client/umount.cifs.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/umount.cifs.c
===================================================================
--- branches/SAMBA_3_0/source/client/umount.cifs.c	2006-02-26 15:03:25 UTC (rev 13696)
+++ branches/SAMBA_3_0/source/client/umount.cifs.c	2006-02-26 16:21:30 UTC (rev 13697)
@@ -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"



More information about the samba-cvs mailing list