From 90c0bde51906e7099d322320764c8ed7668e9e0b Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 24 Jul 1992 01:00:22 -0800 Subject: [PATCH] Elan's new kvm version; lint SCCS-vsn: usr.bin/systat/keyboard.c 5.3 --- usr/src/usr.bin/systat/keyboard.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/usr/src/usr.bin/systat/keyboard.c b/usr/src/usr.bin/systat/keyboard.c index 9c35878fac..e4f1671cc8 100644 --- a/usr/src/usr.bin/systat/keyboard.c +++ b/usr/src/usr.bin/systat/keyboard.c @@ -1,20 +1,20 @@ -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. +/*- + * Copyright (c) 1980, 1992 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)keyboard.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)keyboard.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ -/* - * Keyboard input support. - */ - -#include "systat.h" +#include #include +#include "systat.h" +#include "extern.h" +int keyboard() { char ch, line[80]; -- 2.20.1