Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/common remove empty #if



details:   https://anonhg.NetBSD.org/src/rev/43a309cc5d36
branches:  trunk
changeset: 785087:43a309cc5d36
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 21 14:13:01 2013 +0000

description:
remove empty #if

diffstat:

 sys/compat/common/compat_mod.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 0f8b24333133 -r 43a309cc5d36 sys/compat/common/compat_mod.c
--- a/sys/compat/common/compat_mod.c    Thu Feb 21 14:08:50 2013 +0000
+++ b/sys/compat/common/compat_mod.c    Thu Feb 21 14:13:01 2013 +0000
@@ -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 @@
        { 0, 0, NULL },
 };
 
-#if defined(COMPAT_09) || defined(COMPAT_43) || defined(COMPAT_50)
-#endif
-
 static int
 compat_modcmd(modcmd_t cmd, void *arg)
 {



Home | Main Index | Thread Index | Old Index