diff options
author | 2001-08-01 21:18:41 +0000 | |
---|---|---|
committer | 2001-08-01 21:18:41 +0000 | |
commit | 5e7471d9b9e8f86f89deba2abbbaa751a1c335d0 (patch) | |
tree | 3f7b774d87370542c76a4a5e747e726e0480e158 | |
parent | Fix loose vs. lose (diff) | |
download | wireguard-openbsd-5e7471d9b9e8f86f89deba2abbbaa751a1c335d0.tar.xz wireguard-openbsd-5e7471d9b9e8f86f89deba2abbbaa751a1c335d0.zip |
wsmux should be here too
-rw-r--r-- | sys/sys/conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h index e77fae4a93a..6f8b62f1488 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.44 2001/07/05 02:35:34 mickey Exp $ */ +/* $OpenBSD: conf.h,v 1.45 2001/08/01 21:18:41 mickey Exp $ */ /* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */ /*- @@ -544,6 +544,7 @@ cdev_decl(ipl); cdev_decl(wsdisplay); cdev_decl(wskbd); cdev_decl(wsmouse); +cdev_decl(wsmux); #ifdef COMPAT_SVR4 # define NSVR4_NET 1 |