summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/cl.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-14 20:50:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-14 20:50:50 +0000
commit1e98c85d3254b46ed8d216477a5adf8580834616 (patch)
treec7808266b235b44443cbe152cb637731c588561b /sys/arch/mvme88k/dev/cl.c
parentf6626fb981dd9d4254dfc7db5c4ca0d5a8d551bd (diff)
Do not fill more than the first three fields of cfdriver structures unless
necessary. No functional change.
Diffstat (limited to 'sys/arch/mvme88k/dev/cl.c')
-rw-r--r--sys/arch/mvme88k/dev/cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/cl.c b/sys/arch/mvme88k/dev/cl.c
index b99172ee97f..597c2eb1cb0 100644
--- a/sys/arch/mvme88k/dev/cl.c
+++ b/sys/arch/mvme88k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.36 2004/01/05 20:08:01 miod Exp $ */
+/* $OpenBSD: cl.c,v 1.37 2004/01/14 20:50:48 miod Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -189,7 +189,7 @@ struct cfattach cl_ca = {
};
struct cfdriver cl_cd = {
- NULL, "cl", DV_TTY, 0
+ NULL, "cl", DV_TTY
};
#define CLCDBUF 80