diff options
Diffstat (limited to 'sys/arch/vax/vsa/lk201.c')
-rw-r--r-- | sys/arch/vax/vsa/lk201.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/lk201.c b/sys/arch/vax/vsa/lk201.c index 0bf2e215bc4..10e232ef076 100644 --- a/sys/arch/vax/vsa/lk201.c +++ b/sys/arch/vax/vsa/lk201.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lk201.c,v 1.2 1997/05/29 00:05:34 niklas Exp $ */ +/* $OpenBSD: lk201.c,v 1.3 1999/01/11 05:12:09 millert Exp $ */ /* * The LK201 keycode mapping routine is here, along with initialization @@ -331,7 +331,7 @@ LKgetc(dev) #endif if (raw_kbd_getc == NULL) { - panic("Reading from LK-201 before keyboard driver diverted\n"); + panic("Reading from LK-201 before keyboard driver diverted"); return (-1); } |