summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-01 06:55:29 +0000
committerJim Meyering <jim@meyering.net>1992-11-01 06:55:29 +0000
commit505e28b60627469b360fc07f57e9709955614e8a (patch)
tree82fd0a34ea661fb4ae9d8a6cfa5042d449fb11af /src
parentcf5cedb71a8ee923d78d3f66e52ecddbf7a8d994 (diff)
downloadcoreutils-505e28b60627469b360fc07f57e9709955614e8a.tar.xz
Make one more file-scope variable `static.'
Diffstat (limited to 'src')
-rw-r--r--src/pathchk.c2
1 files changed, 1 insertions, 1 deletions
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}