diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
| commit | 3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch) | |
| tree | f17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/tty | |
| parent | d3cb5ded92a4fcf21400c9742ca884549bebc99e (diff) | |
Notes
Diffstat (limited to 'usr.bin/tty')
| -rw-r--r-- | usr.bin/tty/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 00e7d57c4afc..2f5af5d48bad 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -49,7 +49,7 @@ static const char rcsid[] = #include <stdlib.h> #include <unistd.h> -static void usage __P((void)); +static void usage(void); int main(argc, argv) |
