summaryrefslogtreecommitdiff
path: root/archivers/bsdtar/files/patch-write.c
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-09-06 16:39:50 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-09-06 16:39:50 +0000
commita325f8837f4b0ce2c896f1a6c4d7c9d61b185eb9 (patch)
tree6dc6689642e8f3d617fc55da5de4725fdfdd7bca /archivers/bsdtar/files/patch-write.c
parent. Allow installation on recent versions of FreeBSD. Although this is in (diff)
. Update to 1.02.031.
Notes
Notes: svn path=/head/; revision=142110
Diffstat (limited to 'archivers/bsdtar/files/patch-write.c')
-rw-r--r--archivers/bsdtar/files/patch-write.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/bsdtar/files/patch-write.c b/archivers/bsdtar/files/patch-write.c
new file mode 100644
index 000000000000..5d8f52735469
--- /dev/null
+++ b/archivers/bsdtar/files/patch-write.c
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- write.c.orig Tue Sep 6 10:24:40 2005
++++ write.c Tue Sep 6 10:25:01 2005
+@@ -32,6 +32,7 @@
+ #ifdef HAVE_POSIX_ACL
+ #include <sys/acl.h>
+ #endif
++#include <wchar.h>
+ #include <archive.h>
+ #include <archive_entry.h>
+ #include <errno.h>