Index: head/sysutils/xfsprogs/files/patch-include_freebsd.h =================================================================== --- head/sysutils/xfsprogs/files/patch-include_freebsd.h (revision 440709) +++ head/sysutils/xfsprogs/files/patch-include_freebsd.h (revision 440710) @@ -1,17 +1,17 @@ ---- include/freebsd.h.orig 2015-07-24 04:28:04 UTC -+++ include/freebsd.h -@@ -37,10 +37,14 @@ - #define ftruncate64 ftruncate - #define lseek64 lseek - #define stat64 stat -+#define lstat64 lstat - #define pwrite64 pwrite - #define pread64 pread - #define fdatasync fsync - #define memalign(a,sz) valloc(sz) -+#define nftw64 nftw -+#define statvfs64 statvfs -+#define posix_fadvise64 posix_fadvise - - #define constpp char * const * - +--- include/freebsd.h.orig 2015-07-24 04:28:04 UTC ++++ include/freebsd.h +@@ -37,10 +37,14 @@ + #define ftruncate64 ftruncate + #define lseek64 lseek + #define stat64 stat ++#define lstat64 lstat + #define pwrite64 pwrite + #define pread64 pread + #define fdatasync fsync + #define memalign(a,sz) valloc(sz) ++#define nftw64 nftw ++#define statvfs64 statvfs ++#define posix_fadvise64 posix_fadvise + + #define constpp char * const * + Property changes on: head/sysutils/xfsprogs/files/patch-include_freebsd.h ___________________________________________________________________ Modified: svn:eol-style ## -1 +1 ## -CRLF \ No newline at end of property +native \ No newline at end of property Index: head/sysutils/xfsprogs/files/patch-include_libxfs.h =================================================================== --- head/sysutils/xfsprogs/files/patch-include_libxfs.h (revision 440709) +++ head/sysutils/xfsprogs/files/patch-include_libxfs.h (revision 440710) @@ -1,10 +1,10 @@ ---- include/libxfs.h.orig 2015-07-24 04:28:04 UTC -+++ include/libxfs.h -@@ -27,7 +27,6 @@ - #include - #include - #include --#include - #include - #include - #include +--- include/libxfs.h.orig 2015-07-24 04:28:04 UTC ++++ include/libxfs.h +@@ -27,7 +27,6 @@ + #include + #include + #include +-#include + #include + #include + #include Property changes on: head/sysutils/xfsprogs/files/patch-include_libxfs.h ___________________________________________________________________ Modified: svn:eol-style ## -1 +1 ## -CRLF \ No newline at end of property +native \ No newline at end of property Index: head/sysutils/xfsprogs/files/patch-libxlog_util.c =================================================================== --- head/sysutils/xfsprogs/files/patch-libxlog_util.c (revision 440709) +++ head/sysutils/xfsprogs/files/patch-libxlog_util.c (revision 440710) @@ -1,10 +1,10 @@ ---- libxlog/util.c.orig 2015-07-28 23:02:16 UTC -+++ libxlog/util.c -@@ -16,6 +16,7 @@ - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+#include - #include - - int print_exit; +--- libxlog/util.c.orig 2015-07-28 23:02:16 UTC ++++ libxlog/util.c +@@ -16,6 +16,7 @@ + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#include + #include + + int print_exit; Property changes on: head/sysutils/xfsprogs/files/patch-libxlog_util.c ___________________________________________________________________ Modified: svn:eol-style ## -1 +1 ## -CRLF \ No newline at end of property +native \ No newline at end of property Index: head/sysutils/xfsprogs/files/patch-repair_attr__repair.h =================================================================== --- head/sysutils/xfsprogs/files/patch-repair_attr__repair.h (revision 440709) +++ head/sysutils/xfsprogs/files/patch-repair_attr__repair.h (revision 440710) @@ -1,10 +1,10 @@ ---- repair/attr_repair.h.orig 2015-07-24 04:28:04 UTC -+++ repair/attr_repair.h -@@ -71,6 +71,7 @@ struct xfs_acl { - * For v4 superblocks, that is limited to 25 entries. For v5 superblocks, it is - * limited only by the maximum size of the xattr that stores the information. - */ -+#define XATTR_SIZE_MAX 65536 - #define XFS_ACL_MAX_ENTRIES(mp) \ - (xfs_sb_version_hascrc(&mp->m_sb) \ - ? (XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ +--- repair/attr_repair.h.orig 2015-07-24 04:28:04 UTC ++++ repair/attr_repair.h +@@ -71,6 +71,7 @@ struct xfs_acl { + * For v4 superblocks, that is limited to 25 entries. For v5 superblocks, it is + * limited only by the maximum size of the xattr that stores the information. + */ ++#define XATTR_SIZE_MAX 65536 + #define XFS_ACL_MAX_ENTRIES(mp) \ + (xfs_sb_version_hascrc(&mp->m_sb) \ + ? (XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ Property changes on: head/sysutils/xfsprogs/files/patch-repair_attr__repair.h ___________________________________________________________________ Modified: svn:eol-style ## -1 +1 ## -CRLF \ No newline at end of property +native \ No newline at end of property Index: head/sysutils/xfsprogs/files/patch-repair_phase4.c =================================================================== --- head/sysutils/xfsprogs/files/patch-repair_phase4.c (revision 440709) +++ head/sysutils/xfsprogs/files/patch-repair_phase4.c (revision 440710) @@ -1,10 +1,10 @@ ---- repair/phase4.c.orig 2015-07-24 04:28:04 UTC -+++ repair/phase4.c -@@ -16,6 +16,7 @@ - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+#include - #include - #include "threads.h" - #include "prefetch.h" +--- repair/phase4.c.orig 2015-07-24 04:28:04 UTC ++++ repair/phase4.c +@@ -16,6 +16,7 @@ + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#include + #include + #include "threads.h" + #include "prefetch.h" Property changes on: head/sysutils/xfsprogs/files/patch-repair_phase4.c ___________________________________________________________________ Modified: svn:eol-style ## -1 +1 ## -CRLF \ No newline at end of property +native \ No newline at end of property Index: head/sysutils/xfsprogs/files/patch-repair_scan.c =================================================================== --- head/sysutils/xfsprogs/files/patch-repair_scan.c (revision 440709) +++ head/sysutils/xfsprogs/files/patch-repair_scan.c (revision 440710) @@ -1,10 +1,10 @@ ---- repair/scan.c.orig 2015-07-24 04:28:04 UTC -+++ repair/scan.c -@@ -16,6 +16,7 @@ - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+#include - #include - #include "avl.h" - #include "globals.h" +--- repair/scan.c.orig 2015-07-24 04:28:04 UTC ++++ repair/scan.c +@@ -16,6 +16,7 @@ + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#include + #include + #include "avl.h" + #include "globals.h" Property changes on: head/sysutils/xfsprogs/files/patch-repair_scan.c ___________________________________________________________________ Modified: svn:eol-style ## -1 +1 ## -CRLF \ No newline at end of property +native \ No newline at end of property Index: head/sysutils/xfsprogs/files/patch-repair_xfs__repair.c =================================================================== --- head/sysutils/xfsprogs/files/patch-repair_xfs__repair.c (revision 440709) +++ head/sysutils/xfsprogs/files/patch-repair_xfs__repair.c (revision 440710) @@ -1,10 +1,10 @@ ---- repair/xfs_repair.c.orig 2015-07-24 04:28:04 UTC -+++ repair/xfs_repair.c -@@ -16,6 +16,7 @@ - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+#include - #include - #include - #include "avl.h" +--- repair/xfs_repair.c.orig 2015-07-24 04:28:04 UTC ++++ repair/xfs_repair.c +@@ -16,6 +16,7 @@ + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#include + #include + #include + #include "avl.h" Property changes on: head/sysutils/xfsprogs/files/patch-repair_xfs__repair.c ___________________________________________________________________ Modified: svn:eol-style ## -1 +1 ## -CRLF \ No newline at end of property +native \ No newline at end of property