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

jelmer at samba.org jelmer at samba.org
Tue Apr 25 12:19:20 GMT 2006


Author: jelmer
Date: 2006-04-25 12:19:19 +0000 (Tue, 25 Apr 2006)
New Revision: 15239

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

Log:
(hopefully) fix Samba4 build on AIX

Modified:
   branches/SAMBA_4_0/source/ntvfs/nbench/vfs_nbench.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/nbench/vfs_nbench.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/nbench/vfs_nbench.c	2006-04-25 11:50:32 UTC (rev 15238)
+++ branches/SAMBA_4_0/source/ntvfs/nbench/vfs_nbench.c	2006-04-25 12:19:19 UTC (rev 15239)
@@ -314,6 +314,7 @@
 {
 	NTSTATUS status;
 
+#undef open
 	PASS_THRU_REQ(ntvfs, req, open, io, (ntvfs, req, io));
 
 	return status;



More information about the samba-cvs mailing list