From: Jim Meyering Date: Sun, 1 Nov 1992 06:55:29 +0000 (+0000) Subject: Make one more file-scope variable `static.' X-Git-Tag: ISDIGIT-bug-fix~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=505e28b60627469b360fc07f57e9709955614e8a;p=platform%2Fupstream%2Fcoreutils.git Make one more file-scope variable `static.' --- diff --git a/src/pathchk.c b/src/pathchk.c index 0753ada70..33b912bdb 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -95,7 +95,7 @@ void usage (); /* The name this program was run with. */ char *program_name; -struct option longopts[] = +static struct option longopts[] = { {"portability", 0, NULL, 'p'}, {NULL, 0, NULL, 0}