fix fuzz in patches
This commit is contained in:
parent
1cee83c4f1
commit
017c4cf526
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user