Include sys/signal.h instead of machine/signal.h

This commit is contained in:
brezak 1993-09-21 20:51:12 +00:00
parent adc25227c1
commit 4212e64961
1 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,8 @@
* frame.h,v 1.3 1993/06/27 01:24:55 andrew Exp
*/
#include <sys/signal.h>
/*
* System stack frames.
*/
@ -96,8 +98,6 @@ struct intrframe {
/*
* Signal frame
*/
#include <machine/signal.h>
struct sigframe {
int sf_signum;
int sf_code;