summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-01 20:30:59 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-01 20:30:59 +0000
commitfeeb8be800c34aed348bf5eb89766e9544a00bee (patch)
tree8ad3416374cae357d9cfa50ae63dc1d9d789a9cd /sys
parent8eb0a443b9e48f1f07467b24affa67df2a9a6359 (diff)
wsmux needs to be cdev_decl'ed.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/hppa/conf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c
index 2ddb193da96..4d08cac86ba 100644
--- a/sys/arch/hppa/hppa/conf.c
+++ b/sys/arch/hppa/hppa/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.11 2001/06/27 06:56:28 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.12 2001/08/01 20:30:58 miod Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -102,6 +102,8 @@ cdev_decl(sw);
#include "wskbd.h"
#include "wsmouse.h"
#include "wsmux.h"
+cdev_decl(wsmux);
+
#include "bpfilter.h"
#include "tun.h"