]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
#include <sys/time.h> instead of depending on namespace pollution in
authorbde <bde@FreeBSD.org>
Mon, 25 Feb 2002 04:47:39 +0000 (04:47 +0000)
committerbde <bde@FreeBSD.org>
Mon, 25 Feb 2002 04:47:39 +0000 (04:47 +0000)
commit2015121debca13fc511923819aaf15a1c93c3d4c
tree925c74017884df2784f042b9c4bea9ed14094a29
parent1d63dbb1d3cc62338c26c5d3982c5725d6aa96e0
#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.
usr.bin/at/at.c