Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/ibcs2 fix wrong preprocessor symbol.



details:   https://anonhg.NetBSD.org/src/rev/023e43df4965
branches:  trunk
changeset: 756540:023e43df4965
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 22 03:18:30 2010 +0000

description:
fix wrong preprocessor symbol.

diffstat:

 sys/compat/ibcs2/ibcs2_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ef91c097cb48 -r 023e43df4965 sys/compat/ibcs2/ibcs2_exec.c
--- a/sys/compat/ibcs2/ibcs2_exec.c     Wed Jul 21 20:41:31 2010 +0000
+++ b/sys/compat/ibcs2/ibcs2_exec.c     Thu Jul 22 03:18:30 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_exec.c,v 1.74 2010/07/07 01:30:32 chs Exp $      */
+/*     $NetBSD: ibcs2_exec.c,v 1.75 2010/07/22 03:18:30 christos Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1998 Scott Bartram
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibcs2_exec.c,v 1.74 2010/07/07 01:30:32 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibcs2_exec.c,v 1.75 2010/07/22 03:18:30 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_syscall_debug.h"
@@ -70,7 +70,7 @@
 void syscall(void);
 #endif
 
-#ifdef IBCS2_DEBUG
+#ifdef DEBUG_IBCS2
 int ibcs2_debug = 1;
 #endif
 



Home | Main Index | Thread Index | Old Index