Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/irix build without DEBUG_IRIX



details:   https://anonhg.NetBSD.org/src/rev/e82c1ec67cba
branches:  trunk
changeset: 532867:e82c1ec67cba
user:      manu <manu%NetBSD.org@localhost>
date:      Mon Jun 17 05:01:56 2002 +0000

description:
build without DEBUG_IRIX

diffstat:

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

diffs (30 lines):

diff -r 35748211f498 -r e82c1ec67cba sys/compat/irix/irix_signal.c
--- a/sys/compat/irix/irix_signal.c     Sun Jun 16 22:43:30 2002 +0000
+++ b/sys/compat/irix/irix_signal.c     Mon Jun 17 05:01:56 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_signal.c,v 1.15 2002/06/02 19:06:02 manu Exp $ */
+/*     $NetBSD: irix_signal.c,v 1.16 2002/06/17 05:01:56 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.15 2002/06/02 19:06:02 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_signal.c,v 1.16 2002/06/17 05:01:56 manu Exp $");
 
 #include <sys/types.h>
 #include <sys/signal.h>
@@ -935,8 +935,10 @@
        } */ *uap = v;
        int signum;
        struct svr4_sys_sigaction_args cup;
+       struct irix_emuldata *ied;
+#ifdef DBUG_IRIX
        void *sigtramp;
-       struct irix_emuldata *ied;
+#endif
 
        /* 
         * On IRIX, the sigaction() system call has a fourth argument, which 



Home | Main Index | Thread Index | Old Index