diff options
| author | Xin LI <delphij@FreeBSD.org> | 2009-05-28 21:37:40 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2009-05-28 21:37:40 +0000 |
| commit | 896406c91af05d145e6b15577d78cf7419af02c5 (patch) | |
| tree | e890cc643cf20537cb66afcc4c8ff4e810b26703 /usr.bin | |
| parent | 90db92dccdcf8aeb61c038192ef51e592184e15d (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/perror/perror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/perror/perror.c b/usr.bin/perror/perror.c index 19b79ce830cb..6d852a7a3717 100644 --- a/usr.bin/perror/perror.c +++ b/usr.bin/perror/perror.c @@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <sys/errno.h> -static void usage(); +static void usage(void); int main(int argc, char **argv) @@ -62,7 +62,7 @@ main(int argc, char **argv) } static void -usage() +usage(void) { fprintf(stderr, "usage: perror number\n"); exit(1); |
