diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-01 20:30:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-01 20:30:59 +0000 |
commit | feeb8be800c34aed348bf5eb89766e9544a00bee (patch) | |
tree | 8ad3416374cae357d9cfa50ae63dc1d9d789a9cd /sys | |
parent | 8eb0a443b9e48f1f07467b24affa67df2a9a6359 (diff) |
wsmux needs to be cdev_decl'ed.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 4 |
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" |