Date: Sun, 6 Oct 2002 14:46:04 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss main.c syscalls.c Message-ID: <200210062146.g96Lk4SA066327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/06 14:46:04 PDT
Modified files:
usr.bin/truss main.c syscalls.c
Log:
Don't depend on <signal.h> to include <sys/time.h>, instead include
<sys/time.h> directly. This is mostly bogus since CLOCK_REALTIME
should be defined in <time.h>, which these files already include.
Revision Changes Path
1.32 +1 -0 src/usr.bin/truss/main.c
1.26 +1 -0 src/usr.bin/truss/syscalls.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210062146.g96Lk4SA066327>
