diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-27 12:06:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-27 12:06:22 +0000 |
commit | fd76685837a1381dd0961e3f133e7f300be41d52 (patch) | |
tree | 86fa920d542d81096591fbd318c2d87c14767a25 /archivers/libarchive/patches | |
parent | c5f3f029e1b809da5a2d347244a9c6d70c233882 (diff) | |
download | pkgsrc-fd76685837a1381dd0961e3f133e7f300be41d52.tar.gz |
Update to 1.02.030, changes were bugfixes and documentation
improvements.
Diffstat (limited to 'archivers/libarchive/patches')
-rw-r--r-- | archivers/libarchive/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/libarchive/patches/patch-aa b/archivers/libarchive/patches/patch-aa index e387af3bc3f..49565563628 100644 --- a/archivers/libarchive/patches/patch-aa +++ b/archivers/libarchive/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.1 2005/03/19 04:43:41 tv Exp $ +$NetBSD: patch-aa,v 1.2 2005/08/27 12:06:22 xtraeme Exp $ ---- archive.h.in.orig Sat Feb 12 18:41:52 2005 -+++ archive.h.in -@@ -52,7 +52,9 @@ int archive_api_feature(void); - const char * archive_version(void); +--- archive.h.in.orig 2005-08-27 06:44:13.000000000 +0200 ++++ archive.h.in 2005-08-27 06:44:36.000000000 +0200 +@@ -31,7 +31,9 @@ + #include <sys/types.h> /* Linux requires this for off_t */ +#ifndef __INTERIX @@ -11,4 +11,4 @@ $NetBSD: patch-aa,v 1.1 2005/03/19 04:43:41 tv Exp $ +#endif #include <unistd.h> /* For ssize_t and size_t */ - #define ARCHIVE_BYTES_PER_RECORD 512 + #ifdef __cplusplus |