1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Include <sys/time.h> for the declaration of struct timeval. Do not

depend on namespace pollution in <signal.h>.  (truss shouldn't be
using timevals anyway, since it was implemented long after timevals
were obsoleted by timespecs.)
This commit is contained in:
Bruce Evans 2002-08-04 10:57:41 +00:00
parent e6e370a7fe
commit c69d844294
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101309
7 changed files with 7 additions and 0 deletions

View File

@ -48,6 +48,7 @@ static const char rcsid[] =
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <sys/syscall.h>
#include <sys/time.h>
#include <machine/reg.h>

View File

@ -46,6 +46,7 @@ static const char rcsid[] =
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <sys/syscall.h>
#include <sys/time.h>
#include <machine/reg.h>
#include <machine/psl.h>

View File

@ -43,6 +43,7 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <sys/time.h>
#include <machine/reg.h>
#include <machine/psl.h>

View File

@ -46,6 +46,7 @@ static const char rcsid[] =
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <sys/syscall.h>
#include <sys/time.h>
#include <machine/reg.h>
#include <machine/psl.h>

View File

@ -43,6 +43,7 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <sys/time.h>
#include <machine/reg.h>
#include <machine/psl.h>

View File

@ -43,6 +43,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <sys/time.h>
#include <err.h>
#include <errno.h>

View File

@ -42,6 +42,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <err.h>