Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/sunos Need sunos_sigcode and sunos_esigcode now t...
details: https://anonhg.NetBSD.org/src/rev/88d762dd5ed0
branches: trunk
changeset: 472425:88d762dd5ed0
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 29 16:14:04 1999 +0000
description:
Need sunos_sigcode and sunos_esigcode now that our sigreturn is
different.
diffstat:
sys/compat/sunos/sunos_exec.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r a2a2c83a0e2d -r 88d762dd5ed0 sys/compat/sunos/sunos_exec.c
--- a/sys/compat/sunos/sunos_exec.c Thu Apr 29 16:13:04 1999 +0000
+++ b/sys/compat/sunos/sunos_exec.c Thu Apr 29 16:14:04 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunos_exec.c,v 1.16 1999/04/01 18:37:33 drochner Exp $ */
+/* $NetBSD: sunos_exec.c,v 1.17 1999/04/29 16:14:04 christos Exp $ */
/*
* Copyright (c) 1993 Theo de Raadt
@@ -67,7 +67,7 @@
#ifdef SYSCALL_DEBUG
extern char *sunos_syscallnames[];
#endif
-extern char sigcode[], esigcode[];
+extern char sunos_sigcode[], sunos_esigcode[];
const char sunos_emul_path[] = "/emul/sunos";
struct emul emul_sunos = {
@@ -85,8 +85,8 @@
0,
copyargs,
setregs,
- sigcode,
- esigcode,
+ sunos_sigcode,
+ sunos_esigcode,
};
int
Home |
Main Index |
Thread Index |
Old Index