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-read.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-read.c')
-rw-r--r-- | archivers/bsdtar/files/patch-read.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/bsdtar/files/patch-read.c b/archivers/bsdtar/files/patch-read.c new file mode 100644 index 000000000000..0fc4d99e7dec --- /dev/null +++ b/archivers/bsdtar/files/patch-read.c @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- read.c.orig Tue Sep 6 10:22:45 2005 ++++ read.c Tue Sep 6 10:23:00 2005 +@@ -30,6 +30,7 @@ + #include <sys/param.h> + #include <sys/types.h> + #include <sys/stat.h> ++#include <wchar.h> + + #include <archive.h> + #include <archive_entry.h> |