diff options
author | Xin LI <delphij@FreeBSD.org> | 2023-04-23 18:18:05 -0700 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2023-04-23 18:18:05 -0700 |
commit | e6d3a2c6920ad691aa47dccc62cbe7c9013f7d45 (patch) | |
tree | c17afc9add87a5c667f010e732daf46a67021c55 /archivers/arc/files/patch-arcunp.c | |
parent | devel/tl-expected: update license to CC01.0 (diff) |
archivers/arc: upgrade to 5.21q.
Diffstat (limited to 'archivers/arc/files/patch-arcunp.c')
-rw-r--r-- | archivers/arc/files/patch-arcunp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/arc/files/patch-arcunp.c b/archivers/arc/files/patch-arcunp.c index b157130802f0..0b47452359e3 100644 --- a/archivers/arc/files/patch-arcunp.c +++ b/archivers/arc/files/patch-arcunp.c @@ -1,6 +1,6 @@ ---- arcunp.c.orig 2010-08-07 13:06:42 UTC +--- arcunp.c.orig 2013-06-27 02:00:19 UTC +++ arcunp.c -@@ -39,8 +39,8 @@ extern int lastc; +@@ -37,8 +37,8 @@ extern int lastc; #define NOHIST 0 /* no relevant history */ #define INREP 1 /* sending a repeated value */ @@ -11,7 +11,7 @@ #if !DOS static int gotcr; /* got a carriage return? */ #endif -@@ -122,7 +122,7 @@ unpack(f, t, hdr) /* unpack an archive entry */ +@@ -120,7 +120,7 @@ unpack(f, t, hdr) /* unpack an archive entry */ break; default: /* unknown method */ @@ -20,7 +20,7 @@ printf("I don't know how to unpack file %s\n", hdr->name); printf("I think you need a newer version of ARC\n"); nerrs++; -@@ -134,7 +134,7 @@ unpack(f, t, hdr) /* unpack an archive entry */ +@@ -132,7 +132,7 @@ unpack(f, t, hdr) /* unpack an archive entry */ /* cleanups common to all methods */ if (crcval != hdr->crc) { |