Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/include Swap the order of the sigcontext and h...
details: https://anonhg.NetBSD.org/src/rev/894583dceb2f
branches: trunk
changeset: 533177:894583dceb2f
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Jun 23 21:31:12 2002 +0000
description:
Swap the order of the sigcontext and hardware state in the sigframe.
diffstat:
sys/arch/m68k/include/signal.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ac35c11f93e7 -r 894583dceb2f sys/arch/m68k/include/signal.h
--- a/sys/arch/m68k/include/signal.h Sun Jun 23 20:36:36 2002 +0000
+++ b/sys/arch/m68k/include/signal.h Sun Jun 23 21:31:12 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.8 1998/09/30 21:52:45 thorpej Exp $ */
+/* $NetBSD: signal.h,v 1.9 2002/06/23 21:31:12 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -104,8 +104,8 @@
int sf_code; /* additional info for handler */
struct sigcontext *sf_scp; /* context pointer for handler */
sig_t sf_handler; /* handler address for u_sigc */
+ struct sigcontext sf_sc; /* actual context */
struct sigstate sf_state; /* state of the hardware */
- struct sigcontext sf_sc; /* actual context */
};
#endif /* _KERNEL && __M68K_SIGNAL_PRIVATE */
Home |
Main Index |
Thread Index |
Old Index