Searched hist:"469 a45700c9ecb59e00e75085b9c3db0c78173b6" (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | diff 469a45700c9ecb59e00e75085b9c3db0c78173b6 Mon Feb 25 06:00:39 CET 2002 Bruce Evans <bde@FreeBSD.org> #include <sys/time.h> instead of depending on namespace pollution in <sys/stat.h> for the declaration of struct timeval.
Removed unused includes (<time.h> doesn't declare anything of interest; only <sys/time.h> does).
Sorted includes a bit. diff 469a45700c9ecb59e00e75085b9c3db0c78173b6 Mon Feb 25 06:00:39 CET 2002 Bruce Evans <bde@FreeBSD.org> #include <sys/time.h> instead of depending on namespace pollution in <sys/stat.h> for the declaration of struct timeval.
Removed unused includes (<time.h> doesn't declare anything of interest; only <sys/time.h> does).
Sorted includes a bit.
|