diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-21 22:26:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-21 22:26:53 +0000 |
commit | de2067196a8756ce51471691d4d64998272f9155 (patch) | |
tree | 3cd2dc22f4de0193bebc05cd776235f52c15f884 /sys/tmpfs/tmpfs_mem.c | |
parent | 55d7d453421dd1e24d6bf0f923631c5d66be46c3 (diff) |
remove #if 0 cdefs.h blocks
Diffstat (limited to 'sys/tmpfs/tmpfs_mem.c')
-rw-r--r-- | sys/tmpfs/tmpfs_mem.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/tmpfs/tmpfs_mem.c b/sys/tmpfs/tmpfs_mem.c index 8d902b9cb0f..59dcb6cbbfc 100644 --- a/sys/tmpfs/tmpfs_mem.c +++ b/sys/tmpfs/tmpfs_mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmpfs_mem.c,v 1.5 2014/11/02 03:47:28 tedu Exp $ */ +/* $OpenBSD: tmpfs_mem.c,v 1.6 2015/01/21 22:26:52 deraadt Exp $ */ /* $NetBSD: tmpfs_mem.c,v 1.4 2011/05/24 01:09:47 rmind Exp $ */ /* @@ -35,11 +35,6 @@ * Implements memory usage accounting and limiting. */ -#if 0 -#include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tmpfs_mem.c,v 1.4 2011/05/24 01:09:47 rmind Exp $"); -#endif - #include <sys/param.h> #include <sys/namei.h> #include <sys/pool.h> |