Date: Sun, 24 Feb 2002 20:47:39 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/at at.c Message-ID: <200202250447.g1P4ldH99379@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/02/24 20:47:39 PST
Modified files:
usr.bin/at at.c
Log:
#include <sys/time.h> instead of depending on namespace pollution in
<sys/stat.h> for the declaration of struct timeval (sys/stat.h> only
needs timespecs even when its POSIX support is not turned on, so it
shouldn't declare timevals).
Fixed some #include messes.
Revision Changes Path
1.26 +8 -7 src/usr.bin/at/at.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?200202250447.g1P4ldH99379>
