diff options
| author | Xin LI <delphij@FreeBSD.org> | 2008-01-16 19:27:43 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2008-01-16 19:27:43 +0000 |
| commit | 93b9f50404f9ef0fc00a5ed39ebe09b7cf4086bb (patch) | |
| tree | 1949ff10a24f623c91c0dd1c161428d8022ef1b7 /usr.bin/systat/keyboard.c | |
| parent | f831d6e07304041c41739882b783560efea17156 (diff) | |
Notes
Diffstat (limited to 'usr.bin/systat/keyboard.c')
| -rw-r--r-- | usr.bin/systat/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/keyboard.c b/usr.bin/systat/keyboard.c index b563266be97f3..7784f5be98a3e 100644 --- a/usr.bin/systat/keyboard.c +++ b/usr.bin/systat/keyboard.c @@ -47,7 +47,7 @@ static const char sccsid[] = "@(#)keyboard.c 8.1 (Berkeley) 6/6/93"; #include "extern.h" int -keyboard() +keyboard(void) { char ch, line[80]; int oldmask; |
