diff options
author | 2015-01-21 22:26:52 +0000 | |
---|---|---|
committer | 2015-01-21 22:26:52 +0000 | |
commit | 64d1815e7533adab1bc016f4dd8ba2d4d58f552f (patch) | |
tree | 6429e30c4d46148592881caded3001dcdffa8a0c /sys/tmpfs/tmpfs_subr.c | |
parent | To satisfy kernel grovellers and bad (but document) sysctl (diff) | |
download | wireguard-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.c | 7 |
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> |