diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-16 15:34:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-16 15:34:59 +0000 |
commit | 20bc02752b9a71e5bf0123320eb959c267d2a731 (patch) | |
tree | 5bc89e476bf154c46975f63c2a47358cf0cb649a /src/mknod.c | |
parent | 410a3c94e89b557f4cb4a9ad1c09db9e31673e34 (diff) | |
download | coreutils-20bc02752b9a71e5bf0123320eb959c267d2a731.tar.gz coreutils-20bc02752b9a71e5bf0123320eb959c267d2a731.tar.bz2 coreutils-20bc02752b9a71e5bf0123320eb959c267d2a731.zip |
(usage): Don't make it static so that it can be called from libfu.a by xargmatch.
Diffstat (limited to 'src/mknod.c')
-rw-r--r-- | src/mknod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mknod.c b/src/mknod.c index eb17e0c52..47df1974c 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -55,7 +55,7 @@ static struct option const longopts[] = {NULL, 0, NULL, 0} }; -static void +void usage (int status) { if (status != 0) |