summaryrefslogtreecommitdiff
path: root/graphics/enfle/files/patch-ab
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-29 23:08:12 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-29 23:08:12 +0000
commit2461f7d02690150e26f53ba0647dad835b31a505 (patch)
treef30bada07bea49d0301e9b815a589db1cf6c897b /graphics/enfle/files/patch-ab
parentxisp isn't xpm-free. (diff)
Update to 19990929
PR: 14039 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=22077
Diffstat (limited to '')
-rw-r--r--graphics/enfle/files/patch-ab32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/enfle/files/patch-ab b/graphics/enfle/files/patch-ab
deleted file mode 100644
index f81f6e9c76cb..000000000000
--- a/graphics/enfle/files/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
---- plugins/archiver/tar/tar.c.orig Mon Sep 27 21:42:51 1999
-+++ plugins/archiver/tar/tar.c Mon Sep 27 21:46:15 1999
-@@ -39,7 +39,7 @@
- {
- p->version = 1;
- p->type = _Archiver;
-- p->pluginname = "TAR Format Archiver Plugin version 0.2";
-+ p->pluginname = "TAR Format Archiver Plugin version 0.3";
- p->pluginshortname = FORMAT_NAME;
- p->author = "TAJIRI Yasuhiro";
- p->dlhandle = NULL; /* set by plugin_load */
-@@ -142,8 +142,10 @@
-
- if (hdr[0] == '\0')
- break;
-- if (!tar_checksum(hdr))
-+ if (!tar_checksum(hdr)){
-+ archive_close(info->ar);
- return 0;
-+ }
- size = octal_value(hdr + 124, 12);
- flen = strlen(hdr);
- if (size == 0 && flen > 0 && hdr[flen - 1] == '/')
-@@ -176,7 +178,7 @@
- ar->close = tar_archive_close;
- return 1;
- }
--
-+ archive_close(info->ar);
- return 0;
- }
-