--- arc.c.orig 2013-06-27 02:00:19 UTC1+++ arc.c2@@ -280,7 +280,7 @@ main(num, arg) /* system entry point */3keepbak = 1;45else if (*a == 'W') /* suppress warnings */6- warn = 0;7+ arcwarn = 0;8#if !DOS9else if (*a == 'I') /* image mode, no ASCII/EBCDIC x-late */10image = !image;11@@ -416,7 +416,7 @@ expandlst(n) /* expand an indirect reference */12expandlst(n) /* expand an indirect reference */13int n; /* number of entry to expand */14{15- FILE *lf, *fopen(); /* list file, opener */16+ FILE *lf; /* list file, opener */17char buf[100]; /* input buffer */18int x; /* index */19char *p = lst[n] + 1; /* filename pointer */202122