summaryrefslogtreecommitdiff
path: root/usr.bin/mg/kbd.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-05-23 22:20:37 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-05-23 22:20:37 +0000
commite26c13adf68b1b5d232a24497363f79effdea7e4 (patch)
tree2c22022762ad93a7ad1a83baa723395e85baef55 /usr.bin/mg/kbd.c
parentdedc2917e1594f44221d8474a7317eca1669caf8 (diff)
remove VOID. We're way beyond the point where this could build with an
ancient compiler.
Diffstat (limited to 'usr.bin/mg/kbd.c')
-rw-r--r--usr.bin/mg/kbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/kbd.c b/usr.bin/mg/kbd.c
index c68c7de9f60..4d733cb0516 100644
--- a/usr.bin/mg/kbd.c
+++ b/usr.bin/mg/kbd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kbd.c,v 1.7 2001/05/23 20:19:44 art Exp $ */
+/* $OpenBSD: kbd.c,v 1.8 2001/05/23 22:20:35 art Exp $ */
/*
* Terminal independent keyboard handling.
@@ -64,7 +64,7 @@ bsmap(f, n)
}
#endif /* BSMAP */
-VOID
+void
ungetkey(c)
int c;
{