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

metze at samba.org metze at samba.org
Fri Jun 2 21:10:19 GMT 2006


Author: metze
Date: 2006-06-02 21:10:19 +0000 (Fri, 02 Jun 2006)
New Revision: 16013

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

Log:
hopefully fix the configure check for darwin

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/config.m4
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/config.m4	2006-06-02 20:55:17 UTC (rev 16012)
+++ branches/SAMBA_4_0/source/ntvfs/posix/config.m4	2006-06-02 21:10:19 UTC (rev 16013)
@@ -39,6 +39,9 @@
 		#elif HAVE_SYS_XATTR_H
 		#include <sys/xattr.h>
 		#endif
+		#ifndef NULL
+		#define NULL ((void *)0)
+		#endif
 		],[
 		getxattr(NULL, NULL, NULL, 0, 0, 0);
 		],smb_attr_cv_xattr_add_opt=yes,smb_attr_cv_xattr_add_opt=no)



More information about the samba-cvs mailing list