fix fuzz in patches

This commit is contained in:
Ondrej Vasik 2009-01-05 16:13:30 +00:00
parent 1cee83c4f1
commit 017c4cf526
2 changed files with 6 additions and 3 deletions

View File

@ -115,7 +115,7 @@ diff -up tar-1.19/config.hin.xattrs-conf tar-1.19/config.hin
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H
@@ -444,12 +459,27 @@
@@ -444,15 +459,30 @@
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN
@ -124,10 +124,13 @@ diff -up tar-1.19/config.hin.xattrs-conf tar-1.19/config.hin
+
+/* Define to 1 if you have the `acl' library (-lacl). */
+#undef HAVE_LIBACL
+
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
+
+/* Define to 1 if you have the `selinux' library (-lselinux). */
+#undef HAVE_LIBSELINUX
+
/* Define to 1 if you have the <linewrap.h> header file. */
#undef HAVE_LINEWRAP_H

View File

@ -722,8 +722,8 @@ diff -up tar-1.17/src/tar.c.xattrs tar-1.17/src/tar.c
NEWER_MTIME_OPTION,
+ NO_ACLS_OPTION,
NO_ANCHORED_OPTION,
NO_AUTO_COMPRESS_OPTION,
NO_CHECK_DEVICE_OPTION,
NO_DELAY_DIRECTORY_RESTORE_OPTION,
@@ -280,9 +282,11 @@ enum
NO_RECURSION_OPTION,
NO_SAME_OWNER_OPTION,