summaryrefslogtreecommitdiff
path: root/archivers/arc/files/patch-arcrun.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2023-04-23 18:18:05 -0700
committerXin LI <delphij@FreeBSD.org>2023-04-23 18:18:05 -0700
commite6d3a2c6920ad691aa47dccc62cbe7c9013f7d45 (patch)
treec17afc9add87a5c667f010e732daf46a67021c55 /archivers/arc/files/patch-arcrun.c
parentdevel/tl-expected: update license to CC01.0 (diff)
archivers/arc: upgrade to 5.21q.
Diffstat (limited to 'archivers/arc/files/patch-arcrun.c')
-rw-r--r--archivers/arc/files/patch-arcrun.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/arc/files/patch-arcrun.c b/archivers/arc/files/patch-arcrun.c
index 42b1985b4bd8..dca4e84addea 100644
--- a/archivers/arc/files/patch-arcrun.c
+++ b/archivers/arc/files/patch-arcrun.c
@@ -1,6 +1,6 @@
---- arcrun.c.orig 2010-08-07 13:06:42 UTC
+--- arcrun.c.orig 2013-06-27 02:00:19 UTC
+++ arcrun.c
-@@ -98,7 +98,7 @@ runfile(hdr, num, arg) /* run a file */
+@@ -96,7 +96,7 @@ runfile(hdr, num, arg) /* run a file */
strcpy(sys, buf);
else {
@@ -9,7 +9,7 @@
printf("File %s is not a .BAS, .BAT, .COM, or .EXE\n",
hdr->name);
nerrs++;
-@@ -112,7 +112,7 @@ runfile(hdr, num, arg) /* run a file */
+@@ -110,7 +110,7 @@ runfile(hdr, num, arg) /* run a file */
&& strcmp(i, ".TTP")
&& strcmp(i, ".TOS"))
{
@@ -18,7 +18,7 @@
printf("File %s is not a .PRG, .TOS, or .TTP\n",
hdr->name);
nerrs++;
-@@ -122,7 +122,7 @@ runfile(hdr, num, arg) /* run a file */
+@@ -120,7 +120,7 @@ runfile(hdr, num, arg) /* run a file */
}
#endif
@@ -27,7 +27,7 @@
if ((tmp = fopen(buf, "r")))
arcdie("Temporary file %s already exists", buf);
if (!(tmp = tmpopen(buf)))
-@@ -146,7 +146,7 @@ runfile(hdr, num, arg) /* run a file */
+@@ -144,7 +144,7 @@ runfile(hdr, num, arg) /* run a file */
if (system(buf)) /* try to invoke it */
arcdie("Execution failed for %s", buf);
#endif