diff options
author | 1996-06-10 19:52:48 +0000 | |
---|---|---|
committer | 1996-06-10 19:52:48 +0000 | |
commit | fac95e2d009c61681989d247ac741eb2ce1d468d (patch) | |
tree | 41bdebfff49ad776579c231dba78c805754feaec | |
parent | Fix typo in comment (diff) | |
download | wireguard-openbsd-fac95e2d009c61681989d247ac741eb2ce1d468d.tar.xz wireguard-openbsd-fac95e2d009c61681989d247ac741eb2ce1d468d.zip |
Remove the lkmenodev prototype
-rw-r--r-- | sys/sys/conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 98ad0446a45..3feeede8959 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.9 1996/05/06 11:31:09 deraadt Exp $ */ +/* $OpenBSD: conf.h,v 1.10 1996/06/10 19:52:48 niklas Exp $ */ /* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */ /*- @@ -373,7 +373,6 @@ cdev_decl(log); # define lkmenodev enodev #else # define NLKM 1 -int lkmenodev(); #endif cdev_decl(lkm); |