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-arcext.c | |
parent | devel/tl-expected: update license to CC01.0 (diff) |
archivers/arc: upgrade to 5.21q.
Diffstat (limited to 'archivers/arc/files/patch-arcext.c')
-rw-r--r-- | archivers/arc/files/patch-arcext.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/arc/files/patch-arcext.c b/archivers/arc/files/patch-arcext.c index 7e8f1434ea04..44e18fd7ae7c 100644 --- a/archivers/arc/files/patch-arcext.c +++ b/archivers/arc/files/patch-arcext.c @@ -1,6 +1,6 @@ ---- arcext.c.orig 2010-08-07 13:06:42 UTC +--- arcext.c.orig 2013-06-27 02:00:19 UTC +++ arcext.c -@@ -143,7 +143,7 @@ extfile(hdr, path, prt) /* extract a fi +@@ -141,7 +141,7 @@ extfile(hdr, path, prt) /* extract a file */ if (note) printf("Extracting file: %s\n", fix); @@ -9,7 +9,7 @@ if ((f = fopen(fix, "r"))) { /* see if it exists */ fclose(f); printf("WARNING: File %s already exists!", fix); -@@ -191,7 +191,7 @@ extfile(hdr, path, prt) /* extract a fi +@@ -189,7 +189,7 @@ extfile(hdr, path, prt) /* extract a file */ if (!f) #endif { |