aboutsummaryrefslogtreecommitdiff
path: root/biology/mapm3/files/patch-lib-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'biology/mapm3/files/patch-lib-shell.c')
-rw-r--r--biology/mapm3/files/patch-lib-shell.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/biology/mapm3/files/patch-lib-shell.c b/biology/mapm3/files/patch-lib-shell.c
index b558288fd6aa..6f7f6d3027f3 100644
--- a/biology/mapm3/files/patch-lib-shell.c
+++ b/biology/mapm3/files/patch-lib-shell.c
@@ -1,6 +1,6 @@
---- lib/shell.c.orig 2008-04-04 20:05:29.000000000 +0000
-+++ lib/shell.c 2008-03-27 21:24:20.000000000 +0000
-@@ -129,7 +129,7 @@
+--- lib/shell.c.orig 1993-02-09 16:35:25 UTC
++++ lib/shell.c
+@@ -129,7 +129,7 @@ char *version_filename;
run {
strcpy(name,version_filename);
@@ -9,7 +9,7 @@
FORCE_DIR,CODE_DIR)) send(CANTOPEN);
fp=open_file(name,READ);
finput(fp,ln_,MAXLINE); p=ln_; /* don't hack &ln_ */
-@@ -226,7 +226,7 @@
+@@ -226,7 +226,7 @@ char *program, *version, *copyright, *help_filename;
help_uses_wimp_help= FALSE;
help_file=NULL;
@@ -18,7 +18,7 @@
DEFAULT_DIR,CODE_DIR)) {
run help_file=open_file(help_filename,READ);
except_when(CANTOPEN) {}
-@@ -950,7 +950,7 @@
+@@ -950,7 +950,7 @@ command run_from_file()
use_uncrunched_args();
get_one_arg(stoken,sREQUIRED,file_name);
@@ -27,7 +27,7 @@
error("bad input file name");
else redirect_input(file_name,TRUE); /* verbose -> messages */
}
-@@ -972,7 +972,7 @@
+@@ -972,7 +972,7 @@ command do_photo()
usage_error(1);
} else if (!nullstr(file_name)) {
@@ -36,7 +36,7 @@
sf(ps,"error: Bad photo file name");
if (!photo_to_file(file_name,"a"))
sf(ps,"error: Unable to open photo file '%s'\n",file_name);
-@@ -1080,12 +1080,12 @@
+@@ -1080,12 +1080,12 @@ command help()
else if (topic_help_key[i]==HELPLESS) print(NO_HELP_KEY);
else {
fgoto_line(help_file,topic_help_key[i]);
@@ -51,7 +51,7 @@
}
if (!got_any) print(NO_HELP_KEY);
}
-@@ -1131,12 +1131,12 @@
+@@ -1131,12 +1131,12 @@ command help()
else if (cmd[i]->help_key==HELPLESS) print(NO_HELP_KEY);
else {
fgoto_line(help_file,cmd[i]->help_key);
@@ -66,7 +66,7 @@
}
if (!got_any) print(NO_HELP_KEY);
}
-@@ -1164,10 +1164,10 @@
+@@ -1164,10 +1164,10 @@ command about()
{ print(NO_HELP_KEY); nl(); print(SURROGATE_ABOUT); }
else {
fgoto_line(help_file,n);