Revert last change. It breaks the build due to interactions with

frame.h.
This commit is contained in:
is 2004-07-29 12:54:46 +00:00
parent 5258679d27
commit fae5cbad97
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: signal.h,v 1.19 2004/07/28 11:39:37 is Exp $ */
/* $NetBSD: signal.h,v 1.20 2004/07/29 12:54:46 is Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@ -83,8 +83,6 @@ struct sigcontext {
sigset_t sc_mask; /* signal mask to restore (new style) */
};
#if defined(__M68K_SIGNAL_PRIVATE)
#include <m68k/cpuframe.h>
/*
@ -100,6 +98,7 @@ struct sigstate {
#define SS_FPSTATE 0x02
#define SS_USERREGS 0x04
#if defined(__M68K_SIGNAL_PRIVATE)
#ifdef _KERNEL
#define _SIGSTATE_EXFRAMESIZE(fmt) exframesize[(fmt)]