Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/irix Fixed a typo that borke build with DEBUG_IRIX



details:   https://anonhg.NetBSD.org/src/rev/b5162da0dfdb
branches:  trunk
changeset: 533139:b5162da0dfdb
user:      manu <manu%NetBSD.org@localhost>
date:      Sat Jun 22 13:02:39 2002 +0000

description:
Fixed a typo that borke build with DEBUG_IRIX

diffstat:

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

diffs (27 lines):

diff -r e4e8c7508937 -r b5162da0dfdb sys/compat/irix/irix_signal.c
--- a/sys/compat/irix/irix_signal.c     Sat Jun 22 12:27:09 2002 +0000
+++ b/sys/compat/irix/irix_signal.c     Sat Jun 22 13:02:39 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_signal.c,v 1.16 2002/06/17 05:01:56 manu Exp $ */
+/*     $NetBSD: irix_signal.c,v 1.17 2002/06/22 13:02:39 manu Exp $ */
 
 /*-
  * Copyright (c) 1994, 2001-2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_signal.c,v 1.16 2002/06/17 05:01:56 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_signal.c,v 1.17 2002/06/22 13:02:39 manu Exp $");
 
 #include <sys/types.h>
 #include <sys/signal.h>
@@ -936,7 +936,7 @@
        int signum;
        struct svr4_sys_sigaction_args cup;
        struct irix_emuldata *ied;
-#ifdef DBUG_IRIX
+#ifdef DEBUG_IRIX
        void *sigtramp;
 #endif
 



Home | Main Index | Thread Index | Old Index