svn commit: samba r13670 - in trunk/source/client: .

sfrench at samba.org sfrench at samba.org
Fri Feb 24 06:08:55 GMT 2006


Author: sfrench
Date: 2006-02-24 06:08:55 +0000 (Fri, 24 Feb 2006)
New Revision: 13670

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

Log:
Fix build of umount.cifs.c on systems without (unneeded) fstab.h

Modified:
   trunk/source/client/umount.cifs.c


Changeset:
Modified: trunk/source/client/umount.cifs.c
===================================================================
--- trunk/source/client/umount.cifs.c	2006-02-24 05:47:19 UTC (rev 13669)
+++ trunk/source/client/umount.cifs.c	2006-02-24 06:08:55 UTC (rev 13670)
@@ -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