diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-12-12 00:13:37 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-12-12 00:13:37 +0000 |
| commit | 9ff712b0f5e27b68efdb47d863ab7ef8ee243a5b (patch) | |
| tree | a352417aa710eb05cee72263260d54de2d5b2a8e /usr.bin/systat/keyboard.c | |
| parent | 131f7ce586e9ecae3010b90dc9dfb348e681d545 (diff) | |
Notes
Diffstat (limited to 'usr.bin/systat/keyboard.c')
| -rw-r--r-- | usr.bin/systat/keyboard.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/systat/keyboard.c b/usr.bin/systat/keyboard.c index ae4feb5594e7..b563266be97f 100644 --- a/usr.bin/systat/keyboard.c +++ b/usr.bin/systat/keyboard.c @@ -31,9 +31,13 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)keyboard.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + +#ifdef lint +static const char sccsid[] = "@(#)keyboard.c 8.1 (Berkeley) 6/6/93"; +#endif #include <ctype.h> #include <signal.h> |
