mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Use <signal.h> instead of <sys/signal.h>.
This commit is contained in:
parent
c989e80e4d
commit
f1598784ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38120
@ -42,7 +42,7 @@ static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93";
|
||||
#if !defined(OLD_TTY) && !defined(TIOCSCTTY) && !defined(TIOCNOTTY)
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
|
||||
/*
|
||||
* Set up the environment of this process to run in window 'wp'.
|
||||
|
@ -40,7 +40,7 @@ static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93";
|
||||
|
||||
#include "ww.h"
|
||||
#include "tt.h"
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
|
||||
wwflush()
|
||||
{
|
||||
|
@ -40,7 +40,7 @@ static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93";
|
||||
|
||||
#include "ww.h"
|
||||
#include "tt.h"
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <termcap.h>
|
||||
#include "char.h"
|
||||
|
@ -39,7 +39,7 @@ static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif /* not lint */
|
||||
|
||||
#include "ww.h"
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
|
||||
/*
|
||||
* There is a dead lock with vfork and closing of pseudo-ports.
|
||||
|
@ -40,7 +40,7 @@ static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93";
|
||||
|
||||
#include "ww.h"
|
||||
#include "tt.h"
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
|
||||
wwsuspend()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user