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 Oops; fix the second usage.



details:   https://anonhg.NetBSD.org/src/rev/1eea8a22a342
branches:  trunk
changeset: 525334:1eea8a22a342
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Apr 10 04:19:47 2002 +0000

description:
Oops; fix the second usage.

diffstat:

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

diffs (27 lines):

diff -r 2b9a1672cc2b -r 1eea8a22a342 sys/arch/alpha/alpha/osf1_syscall.c
--- a/sys/arch/alpha/alpha/osf1_syscall.c       Wed Apr 10 04:18:31 2002 +0000
+++ b/sys/arch/alpha/alpha/osf1_syscall.c       Wed Apr 10 04:19:47 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_syscall.c,v 1.6 2002/04/10 04:18:31 mycroft Exp $ */
+/* $NetBSD: osf1_syscall.c,v 1.7 2002/04/10 04:19:47 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.6 2002/04/10 04:18:31 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osf1_syscall.c,v 1.7 2002/04/10 04:19:47 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -326,7 +326,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