Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Oops, deleted a register_t instead of reg...



details:   https://anonhg.NetBSD.org/src/rev/b0691fc2100c
branches:  trunk
changeset: 472184:b0691fc2100c
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 24 15:04:32 1999 +0000

description:
Oops, deleted a register_t instead of register in previous.

diffstat:

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

diffs (27 lines):

diff -r 6ac60c15f655 -r b0691fc2100c sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Sat Apr 24 08:01:01 1999 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Sat Apr 24 15:04:32 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.49 1999/04/24 08:10:41 simonb Exp $ */
+/*     $NetBSD: mips_machdep.c,v 1.50 1999/04/24 15:04:32 simonb Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.49 1999/04/24 08:10:41 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.50 1999/04/24 15:04:32 simonb Exp $");
 
 #include "opt_bufcache.h"
 #include "opt_compat_netbsd.h"
@@ -820,7 +820,7 @@
 sys___sigreturn14(p, v, retval)
        struct proc *p;
        void *v;
-       *retval;
+       register_t *retval;
 {
        struct sys___sigreturn14_args /* {
                syscallarg(struct sigcontext *) sigcntxp;



Home | Main Index | Thread Index | Old Index