mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
21 lines
638 B
C
21 lines
638 B
C
--- arc.c.orig 2010-08-07 13:06:42 UTC
|
|
+++ arc.c
|
|
@@ -298,7 +298,7 @@ main(num, arg) /* system entry point *
|
|
keepbak = 1;
|
|
|
|
else if (*a == 'W') /* suppress warnings */
|
|
- warn = 0;
|
|
+ arcwarn = 0;
|
|
#if !DOS
|
|
else if (*a == 'I') /* image mode, no ASCII/EBCDIC x-late */
|
|
image = !image;
|
|
@@ -434,7 +434,7 @@ static VOID
|
|
expandlst(n) /* expand an indirect reference */
|
|
int n; /* number of entry to expand */
|
|
{
|
|
- FILE *lf, *fopen(); /* list file, opener */
|
|
+ FILE *lf; /* list file, opener */
|
|
char buf[100]; /* input buffer */
|
|
int x; /* index */
|
|
char *p = lst[n] + 1; /* filename pointer */
|