Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/ultrix Hmm - vax is different. sendsig_sigcontext...
details: https://anonhg.NetBSD.org/src/rev/cc773505376e
branches: trunk
changeset: 573401:cc773505376e
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Jan 25 14:56:09 2005 +0000
description:
Hmm - vax is different. sendsig_sigcontext() is for __mips only.
Should fix build error found by Havard Eidnes.
diffstat:
sys/compat/ultrix/ultrix_misc.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r ecaa4f04d5e4 -r cc773505376e sys/compat/ultrix/ultrix_misc.c
--- a/sys/compat/ultrix/ultrix_misc.c Tue Jan 25 13:14:56 2005 +0000
+++ b/sys/compat/ultrix/ultrix_misc.c Tue Jan 25 14:56:09 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ultrix_misc.c,v 1.96 2005/01/24 10:08:02 drochner Exp $ */
+/* $NetBSD: ultrix_misc.c,v 1.97 2005/01/25 14:56:09 drochner Exp $ */
/*
* Copyright (c) 1995, 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ultrix_misc.c,v 1.96 2005/01/24 10:08:02 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ultrix_misc.c,v 1.97 2005/01/25 14:56:09 drochner Exp $");
#if defined(_KERNEL_OPT)
#include "opt_nfsserver.h"
@@ -170,7 +170,11 @@
#endif
ultrix_sysent,
ultrix_syscallnames,
+#ifdef __mips
sendsig_sigcontext,
+#else /* vax */
+ sendsig,
+#endif
trapsignal,
NULL,
ultrix_sigcode,
Home |
Main Index |
Thread Index |
Old Index