Module Name: src
Committed By: christos
Date: Thu Feb 21 14:13:01 UTC 2013
Modified Files:
src/sys/compat/common: compat_mod.c
Log Message:
remove empty #if
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/compat/common/compat_mod.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/common/compat_mod.c
diff -u src/sys/compat/common/compat_mod.c:1.17 src/sys/compat/common/compat_mod.c:1.18
--- src/sys/compat/common/compat_mod.c:1.17 Thu Feb 21 05:22:04 2013
+++ src/sys/compat/common/compat_mod.c Thu Feb 21 09:13:01 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_mod.c,v 1.17 2013/02/21 10:22:04 skrll Exp $ */
+/* $NetBSD: compat_mod.c,v 1.18 2013/02/21 14:13:01 christos Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.17 2013/02/21 10:22:04 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.18 2013/02/21 14:13:01 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -246,9 +246,6 @@ static const struct syscall_package comp
{ 0, 0, NULL },
};
-#if defined(COMPAT_09) || defined(COMPAT_43) || defined(COMPAT_50)
-#endif
-
static int
compat_modcmd(modcmd_t cmd, void *arg)
{