summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_subr.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-01-21 22:26:52 +0000
committerderaadt <deraadt@openbsd.org>2015-01-21 22:26:52 +0000
commit64d1815e7533adab1bc016f4dd8ba2d4d58f552f (patch)
tree6429e30c4d46148592881caded3001dcdffa8a0c /sys/tmpfs/tmpfs_subr.c
parentTo satisfy kernel grovellers and bad (but document) sysctl (diff)
downloadwireguard-openbsd-64d1815e7533adab1bc016f4dd8ba2d4d58f552f.tar.xz
wireguard-openbsd-64d1815e7533adab1bc016f4dd8ba2d4d58f552f.zip
remove #if 0 cdefs.h blocks
Diffstat (limited to 'sys/tmpfs/tmpfs_subr.c')
-rw-r--r--sys/tmpfs/tmpfs_subr.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/tmpfs/tmpfs_subr.c b/sys/tmpfs/tmpfs_subr.c
index c3c13abbf53..01d253add02 100644
--- a/sys/tmpfs/tmpfs_subr.c
+++ b/sys/tmpfs/tmpfs_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmpfs_subr.c,v 1.11 2014/12/17 06:58:11 guenther Exp $ */
+/* $OpenBSD: tmpfs_subr.c,v 1.12 2015/01/21 22:26:52 deraadt Exp $ */
/* $NetBSD: tmpfs_subr.c,v 1.79 2012/03/13 18:40:50 elad Exp $ */
/*
@@ -75,11 +75,6 @@
* struct vnode::v_interlock
*/
-#if 0
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.79 2012/03/13 18:40:50 elad Exp $");
-#endif
-
#include <sys/param.h>
#include <sys/dirent.h>
#include <sys/event.h>