Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/compat/sunos pullup 1.16->1.17 (christos)
details: https://anonhg.NetBSD.org/src/rev/56a7b98075ac
branches: netbsd-1-4
changeset: 468578:56a7b98075ac
user: perry <perry%NetBSD.org@localhost>
date: Fri Apr 30 15:30:25 1999 +0000
description:
pullup 1.16->1.17 (christos)
diffstat:
sys/compat/sunos/sunos_exec.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r f674a6bbd8cc -r 56a7b98075ac sys/compat/sunos/sunos_exec.c
--- a/sys/compat/sunos/sunos_exec.c Fri Apr 30 15:29:06 1999 +0000
+++ b/sys/compat/sunos/sunos_exec.c Fri Apr 30 15:30:25 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.16.2.1 1999/04/30 15:30:25 perry 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