diff options
| author | Jim Meyering <jim@meyering.net> | 1999-01-25 14:33:38 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1999-01-25 14:33:38 +0000 |
| commit | 276d118b10b6299f460131be7d45b5255fff36bd (patch) | |
| tree | 43265950bbd102c56fa944fc52abb4b77ff2d6f4 /src/hostid.c | |
| parent | (usage): Remove static attribute. (diff) | |
| download | coreutils-276d118b10b6299f460131be7d45b5255fff36bd.tar.gz coreutils-276d118b10b6299f460131be7d45b5255fff36bd.zip | |
(usage): Remove static attribute.
Diffstat (limited to 'src/hostid.c')
| -rw-r--r-- | src/hostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostid.c b/src/hostid.c index 558d6e401..5aa31a843 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -32,7 +32,7 @@ /* The name this program was run with, for error messages. */ char *program_name; -static void +void usage (int status) { if (status != 0) |
