summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/grf_cv.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-04 13:54:32 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-04 13:54:32 +0000
commit5163b96392f1b69cd1929fec589fb1ca55a93635 (patch)
tree64720ab0bdb3568d8aa4b03c3cf72c0c0b0680b9 /sys/arch/amiga/dev/grf_cv.c
parent8335faa1a1854d5ec3708246ea8437d623585839 (diff)
From NetBSD:
Cleanup for -Wall if CL5426CONSOLE, CV64CONSOLE, ULOWELLCONSOLE or RETINACONSOLE is not defined.
Diffstat (limited to 'sys/arch/amiga/dev/grf_cv.c')
-rw-r--r--sys/arch/amiga/dev/grf_cv.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/amiga/dev/grf_cv.c b/sys/arch/amiga/dev/grf_cv.c
index b7f19ad71de..2c768263984 100644
--- a/sys/arch/amiga/dev/grf_cv.c
+++ b/sys/arch/amiga/dev/grf_cv.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: grf_cv.c,v 1.8 1996/05/02 06:43:46 niklas Exp $ */
-/* $NetBSD: grf_cv.c,v 1.12 1996/04/21 21:11:15 veego Exp $ */
+/* $OpenBSD: grf_cv.c,v 1.9 1996/05/04 13:54:22 niklas Exp $ */
+/* $NetBSD: grf_cv.c,v 1.13 1996/05/01 09:59:24 veego Exp $ */
/*
* Copyright (c) 1995 Michael Teske
@@ -307,9 +307,11 @@ grfcvmatch(pdp, match, auxp)
struct device *pdp;
void *match, *auxp;
{
+#ifdef CV64CONSOLE
struct cfdata *cfp = match;
- struct zbus_args *zap;
static int cvcons_unit = -1;
+#endif
+ struct zbus_args *zap;
zap = auxp;