diff options
author | 2001-08-12 20:20:42 +0000 | |
---|---|---|
committer | 2001-08-12 20:20:42 +0000 | |
commit | 88d9178bc116e87e0de0d8f2c46e85930367ed9e (patch) | |
tree | 4a4dc444210e2e323abcacd0f6166739a2751713 | |
parent | vm_extern.h no more (diff) | |
download | wireguard-openbsd-88d9178bc116e87e0de0d8f2c46e85930367ed9e.tar.xz wireguard-openbsd-88d9178bc116e87e0de0d8f2c46e85930367ed9e.zip |
wsmux does not need to be cdev_decl'ed here
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c index 931fe9939ac..1726bfc6f35 100644 --- a/sys/arch/hppa/hppa/conf.c +++ b/sys/arch/hppa/hppa/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 2001/08/06 22:34:43 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.14 2001/08/12 20:20:42 mickey Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -100,7 +100,6 @@ cdev_decl(mm); #include "wskbd.h" #include "wsmouse.h" #include "wsmux.h" -cdev_decl(wsmux); #include "bpfilter.h" #include "tun.h" |