svn commit: samba r6266 - in branches/SAMBA_3_0/source/include: .

jra at samba.org jra at samba.org
Sun Apr 10 04:27:14 GMT 2005


Author: jra
Date: 2005-04-10 04:27:14 +0000 (Sun, 10 Apr 2005)
New Revision: 6266

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

Log:
Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2005-04-09 12:57:30 UTC (rev 6265)
+++ branches/SAMBA_3_0/source/include/includes.h	2005-04-10 04:27:14 UTC (rev 6266)
@@ -476,6 +476,14 @@
 #include <sys/xattr.h>
 #endif
 
+#ifdef HAVE_SYS_EXTATTR_H
+#include <sys/extattr.h>
+#endif
+
+#ifdef HAVE_SYS_UIO_H
+#include <sys/uio.h>
+#endif
+
 #if HAVE_LOCALE_H
 #include <locale.h>
 #endif



More information about the samba-cvs mailing list