Make one more file-scope variable `static.'
authorJim Meyering <jim@meyering.net>
Sun, 1 Nov 1992 06:55:29 +0000 (06:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 1 Nov 1992 06:55:29 +0000 (06:55 +0000)
src/pathchk.c

index 0753ada7019d6618b410b9ff15f0e3430aa3db48..33b912bdb83b511bd2d7d55af6b2a0ac3d9a6527 100644 (file)
@@ -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}