Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha osf1_errno_rxlist[] -> native_to_osf1_e...



details:   https://anonhg.NetBSD.org/src/rev/2b9a1672cc2b
branches:  trunk
changeset: 525333:2b9a1672cc2b
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Apr 10 04:18:31 2002 +0000

description:
osf1_errno_rxlist[] -> native_to_osf1_errno[]

diffstat:

 sys/arch/alpha/alpha/osf1_syscall.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 55e7e01eb684 -r 2b9a1672cc2b sys/arch/alpha/alpha/osf1_syscall.c
--- a/sys/arch/alpha/alpha/osf1_syscall.c       Wed Apr 10 04:12:42 2002 +0000
+++ b/sys/arch/alpha/alpha/osf1_syscall.c       Wed Apr 10 04:18:31 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_syscall.c,v 1.5 2001/05/30 12:28:38 mrg Exp $ */
+/* $NetBSD: osf1_syscall.c,v 1.6 2002/04/10 04:18:31 mycroft Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: osf1_syscall.c,v 1.5 2001/05/30 12:28:38 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osf1_syscall.c,v 1.6 2002/04/10 04:18:31 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -231,7 +231,7 @@
                break;
        default:
        bad:
-               error = osf1_errno_rxlist[error];
+               error = native_to_osf1_errno[error];
                framep->tf_regs[FRAME_V0] = error;
                framep->tf_regs[FRAME_A3] = 1;
                break;



Home | Main Index | Thread Index | Old Index