From 505e28b60627469b360fc07f57e9709955614e8a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 1 Nov 1992 06:55:29 +0000 Subject: [PATCH] Make one more file-scope variable `static.' --- src/pathchk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.34.1