Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/irix missing include



details:   https://anonhg.NetBSD.org/src/rev/af6989454115
branches:  trunk
changeset: 520343:af6989454115
user:      manu <manu%NetBSD.org@localhost>
date:      Mon Jan 07 23:12:30 2002 +0000

description:
missing include

diffstat:

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

diffs (36 lines):

diff -r 4aea415b527b -r af6989454115 sys/compat/irix/irix_exec.c
--- a/sys/compat/irix/irix_exec.c       Mon Jan 07 23:09:53 2002 +0000
+++ b/sys/compat/irix/irix_exec.c       Mon Jan 07 23:12:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_exec.c,v 1.9 2002/01/07 22:05:03 manu Exp $ */
+/*     $NetBSD: irix_exec.c,v 1.10 2002/01/07 23:12:30 manu Exp $ */
 
 /*-
  * Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_exec.c,v 1.9 2002/01/07 22:05:03 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_exec.c,v 1.10 2002/01/07 23:12:30 manu Exp $");
 
 #ifndef ELFSIZE
 #define ELFSIZE                32      /* XXX should die */
@@ -50,6 +50,8 @@
 #include <sys/exec_elf.h>
 #include <sys/malloc.h>
 
+#include <machine/regnum.h>
+
 #include <compat/common/compat_util.h>
 
 #include <compat/irix/irix_syscall.h>
@@ -91,7 +93,7 @@
        trapsignal,
        irix_sigcode,
        irix_esigcode,
-       setregs_o32,
+       setregs,
        NULL,
        NULL,
        NULL,



Home | Main Index | Thread Index | Old Index