freebsd-ports/net/samba4-devel/files/patch-lib__replace__system__filesys.h
Timur I. Bakeyev ccb6ec69e0 Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
2009-07-12 19:40:37 +00:00

44 lines
893 B
C

--- ./lib/replace/system/filesys.h.orig 2009-06-19 04:36:48.000000000 +0000
+++ ./lib/replace/system/filesys.h 2009-07-12 02:39:36.000000000 +0000
@@ -53,23 +53,23 @@
#include <acl/libacl.h>
#endif
-#ifdef HAVE_SYS_FS_S5PARAM_H
+#ifdef HAVE_SYS_FS_S5PARAM_H
#include <sys/fs/s5param.h>
#endif
#if defined (HAVE_SYS_FILSYS_H) && !defined (_CRAY)
-#include <sys/filsys.h>
+#include <sys/filsys.h>
#endif
#ifdef HAVE_SYS_STATFS_H
# include <sys/statfs.h>
#endif
-#ifdef HAVE_DUSTAT_H
+#ifdef HAVE_DUSTAT_H
#include <sys/dustat.h>
#endif
-#ifdef HAVE_SYS_STATVFS_H
+#ifdef HAVE_SYS_STATVFS_H
#include <sys/statvfs.h>
#endif
@@ -117,6 +117,13 @@
#include <sys/xattr.h>
#endif
+#if HAVE_SYS_EXTATTR_H
+#include <sys/extattr.h>
+#endif
+
+#if HAVE_SYS_UIO_H
+#include <sys/uio.h>
+#endif
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>