Module Name: src
Committed By: christos
Date: Thu Jul 22 03:18:31 UTC 2010
Modified Files:
src/sys/compat/ibcs2: ibcs2_exec.c
Log Message:
fix wrong preprocessor symbol.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/compat/ibcs2/ibcs2_exec.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/ibcs2/ibcs2_exec.c
diff -u src/sys/compat/ibcs2/ibcs2_exec.c:1.74 src/sys/compat/ibcs2/ibcs2_exec.c:1.75
--- src/sys/compat/ibcs2/ibcs2_exec.c:1.74 Tue Jul 6 21:30:32 2010
+++ src/sys/compat/ibcs2/ibcs2_exec.c Wed Jul 21 23:18:30 2010
@@ -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