summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-10 19:52:49 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-10 19:52:49 +0000
commit55db91e0c99e54a29af74d0fb9cfc68a78f42b48 (patch)
tree93cab72828e43477f668fd100b8398d226587191 /sys
parente37e8eef11faf7679bb797b5e5f8587cb7ccd1b0 (diff)
Remove the lkmenodev prototype
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/conf.h3
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);