From 32d76cda2845062005b5989e2d39748611b81d88 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 7 Mar 1997 01:34:47 +0000 Subject: Add a -s option for setting the current vty. This should make life easier if a PS/2 mouse locks up the keyboard (frequent-ish, but not repeatable). Tidy up code (a bit) and make it -Wall Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because of the lack of sys/sysproto.h --- usr.sbin/vidcontrol/decode.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 usr.sbin/vidcontrol/decode.h (limited to 'usr.sbin/vidcontrol/decode.h') diff --git a/usr.sbin/vidcontrol/decode.h b/usr.sbin/vidcontrol/decode.h new file mode 100644 index 0000000..b939af4 --- /dev/null +++ b/usr.sbin/vidcontrol/decode.h @@ -0,0 +1 @@ +int decode(FILE *fd, char *buffer); -- cgit v1.1