diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-09-06 16:39:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-09-06 16:39:50 +0000 |
commit | a325f8837f4b0ce2c896f1a6c4d7c9d61b185eb9 (patch) | |
tree | 6dc6689642e8f3d617fc55da5de4725fdfdd7bca /archivers/bsdtar/files/patch-bsdtar.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-bsdtar.c')
-rw-r--r-- | archivers/bsdtar/files/patch-bsdtar.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/bsdtar/files/patch-bsdtar.c b/archivers/bsdtar/files/patch-bsdtar.c new file mode 100644 index 000000000000..fa75054687ec --- /dev/null +++ b/archivers/bsdtar/files/patch-bsdtar.c @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- bsdtar.c.orig Mon Sep 5 20:04:11 2005 ++++ bsdtar.c Mon Sep 5 20:06:03 2005 +@@ -29,6 +29,7 @@ + + #include <sys/param.h> + #include <sys/stat.h> ++#include <wchar.h> + #include <archive.h> + #include <archive_entry.h> + #include <errno.h> |