diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-14 18:25:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-14 18:25:16 +0000 |
commit | 9fec9172beaf67d1e16ae13b1f3ac44135cc8363 (patch) | |
tree | d787cf23dce38b0e2af16cc93c345f106c095801 /src/paste.c | |
parent | da258119328fe4af0e0aa0d6f292600732aa0bb4 (diff) | |
download | coreutils-9fec9172beaf67d1e16ae13b1f3ac44135cc8363.tar.xz |
Don't prototype usage as static.
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index 4136133c4..21f7a0cb9 100644 --- a/src/paste.c +++ b/src/paste.c @@ -399,7 +399,7 @@ paste_serial (int nfiles, char **fnamptr) return errors; } -static void +void usage (int status) { if (status != 0) |