install with -s
[unix-history] / usr / src / usr.bin / systat / keyboard.c
index 815e537..277dc92 100644 (file)
@@ -1,13 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)keyboard.c 1.4 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)keyboard.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Keyboard input support.
  */
 
 #include "systat.h"
 
 /*
  * Keyboard input support.
  */
 
 #include "systat.h"
-#include <signal.h>
 #include <ctype.h>
 
 keyboard()
 #include <ctype.h>
 
 keyboard()