diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
| commit | d3cb5ded92a4fcf21400c9742ca884549bebc99e (patch) | |
| tree | bdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/nice | |
| parent | f1bb2cd2aa7488657658fbc09aae2ead579049ab (diff) | |
Notes
Diffstat (limited to 'usr.bin/nice')
| -rw-r--r-- | usr.bin/nice/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index ea1ec440789f1..52be7621d3de4 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -60,7 +60,7 @@ __FBSDID("$FreeBSD$"); #define DEFNICE 10 -void usage __P((void)); +void usage(void); int main(argc, argv) |
