Use <signal.h> instead of <sys/signal.h>.

This commit is contained in:
Doug Rabson 1998-08-05 09:01:29 +00:00
parent c989e80e4d
commit f1598784ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38120
5 changed files with 5 additions and 5 deletions

View file

@ -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'.

View file

@ -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()
{

View file

@ -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"

View file

@ -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.

View file

@ -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()
{