projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5cedb
)
Make one more file-scope variable `static.'
author
Jim Meyering
<jim@meyering.net>
Sun, 1 Nov 1992 06:55:29 +0000
(06:55 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 1 Nov 1992 06:55:29 +0000
(06:55 +0000)
src/pathchk.c
patch
|
blob
|
history
diff --git
a/src/pathchk.c
b/src/pathchk.c
index 0753ada7019d6618b410b9ff15f0e3430aa3db48..33b912bdb83b511bd2d7d55af6b2a0ac3d9a6527 100644
(file)
--- 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[] =
+st
atic st
ruct option longopts[] =
{
{"portability", 0, NULL, 'p'},
{NULL, 0, NULL, 0}