diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-21 16:03:49 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-21 16:03:49 +0000 |
commit | c469d2a6c18f0e88336cf8920dfc2a1f3f9738b7 (patch) | |
tree | 9212d73a4a0d3cfb496d60bbd1a1ec548e1f287f /archivers/gtar/files | |
parent | Conflict with archivers/lzmautils. (diff) |
- Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).
- Update to 1.20.
Notable changes: This release adds support for lzma compression
and the -a option to select the compression algorithm based on
the suffix of the archive file name.
Notes
Notes:
svn path=/head/; revision=211722
Diffstat (limited to 'archivers/gtar/files')
-rw-r--r-- | archivers/gtar/files/patch-lib_getcwd.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/archivers/gtar/files/patch-lib_getcwd.c b/archivers/gtar/files/patch-lib_getcwd.c deleted file mode 100644 index 754edc925619..000000000000 --- a/archivers/gtar/files/patch-lib_getcwd.c +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- lib/getcwd.c.orig -+++ lib/getcwd.c -@@ -30,6 +30,10 @@ - - #include <fcntl.h> /* For AT_FDCWD on Solaris 9. */ - -+#ifdef __FreeBSD__ -+# undef AT_FDCWD -+#endif -+ - #ifndef __set_errno - # define __set_errno(val) (errno = (val)) - #endif |