svn commit: samba r20898 - in branches/SAMBA_4_0/source/ntvfs: .

metze at samba.org metze at samba.org
Fri Jan 19 12:12:53 GMT 2007


Author: metze
Date: 2007-01-19 12:12:53 +0000 (Fri, 19 Jan 2007)
New Revision: 20898

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

Log:
make it work to include ntvfs/ntvfs.h multiple times

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/ntvfs.h


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/ntvfs.h
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/ntvfs.h	2007-01-19 11:58:03 UTC (rev 20897)
+++ branches/SAMBA_4_0/source/ntvfs/ntvfs.h	2007-01-19 12:12:53 UTC (rev 20898)
@@ -19,6 +19,9 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#ifndef _NTVFS_H_
+#define _NTVFS_H_
+
 #include "libcli/raw/interfaces.h"
 #include "param/share.h"
 
@@ -311,3 +314,5 @@
 #include "librpc/gen_ndr/security.h"
 #include "librpc/gen_ndr/notify.h"
 #include "ntvfs/ntvfs_proto.h"
+
+#endif /* _NTVFS_H_ */



More information about the samba-cvs mailing list