svn commit: samba r16186 - in branches/SAMBA_4_0/source/lib/util: .

jelmer at samba.org jelmer at samba.org
Tue Jun 13 10:47:09 GMT 2006


Author: jelmer
Date: 2006-06-13 10:47:08 +0000 (Tue, 13 Jun 2006)
New Revision: 16186

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

Log:
Use full include path to make sure it's being picked up by the 
dependency generator.

Modified:
   branches/SAMBA_4_0/source/lib/util/wrap_xattr.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util/wrap_xattr.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util/wrap_xattr.c	2006-06-13 10:21:52 UTC (rev 16185)
+++ branches/SAMBA_4_0/source/lib/util/wrap_xattr.c	2006-06-13 10:47:08 UTC (rev 16186)
@@ -22,7 +22,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
-#include "wrap_xattr.h"
+#include "lib/util/wrap_xattr.h"
 
 #if defined(HAVE_XATTR_SUPPORT) && defined(XATTR_ADDITIONAL_OPTIONS)
 static ssize_t _wrap_darwin_fgetxattr(int fd, const char *name, void *value, size_t size)



More information about the samba-cvs mailing list