diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-07-21 23:40:27 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-07-21 23:40:27 +0000 |
commit | 32fa5c6fc524bcbf6c862f638be5614530fbab5f (patch) | |
tree | dac3a21c8ae41c9038aa5a0689d3eee344691685 /sys | |
parent | 4c6652f3c4c79a8ab85857e546d81b3a32c0fefc (diff) |
Some ss(4) bits escaped the purge, eliminate them.
ok todd krw
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/conf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 95fae3f1355..b735b76e768 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.104 2010/07/21 18:48:01 nicm Exp $ */ +/* $OpenBSD: conf.h,v 1.105 2010/07/21 23:40:26 nicm Exp $ */ /* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */ /*- @@ -606,8 +606,6 @@ cdev_decl(iop); cdev_decl(ch); -cdev_decl(ss); - bdev_decl(sd); cdev_decl(sd); |