Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch/mips/include Remove unised members from struct...



details:   https://anonhg.NetBSD.org/src/rev/8cfe680aefb7
branches:  nathanw_sa
changeset: 506096:8cfe680aefb7
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Aug 02 20:47:59 2002 +0000

description:
Remove unised members from struct sigframe (Parallel change to mainline).

diffstat:

 sys/arch/mips/include/frame.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (25 lines):

diff -r b2af5a77e9f9 -r 8cfe680aefb7 sys/arch/mips/include/frame.h
--- a/sys/arch/mips/include/frame.h     Fri Aug 02 19:50:22 2002 +0000
+++ b/sys/arch/mips/include/frame.h     Fri Aug 02 20:47:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frame.h,v 1.1.2.2 2001/11/29 11:08:37 wdk Exp $        */
+/*     $NetBSD: frame.h,v 1.1.2.3 2002/08/02 20:47:59 nathanw Exp $    */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -46,15 +46,8 @@
 
 /*
  * Signal frame
- *
- * WARNING: code in mips/locore.S assumes the layout shown for sf_signum
- * thru sf_handler so... don't screw with them!
  */
 struct sigframe {
-       int     sf_signum;              /* signo for handler */
-       int     sf_code;                /* additional info for handler */
-       struct  sigcontext *sf_scp;     /* context ptr for handler */
-       sig_t   sf_handler;             /* handler addr for u_sigc */
        struct  sigcontext sf_sc;       /* actual context */
 };
 



Home | Main Index | Thread Index | Old Index