#include <stat.h> question answered

Bill Shannon shannon at sun.UUCP
Sat Nov 12 08:35:55 AEST 1983


On the Sun 4.2 system we have both a <sys/time.h> and a <time.h>.
<sys/time.h> defines the structs that the kernel uses.  <time.h>
defines the structs that are only used in user programs (i.e.
struct tm).  As a concession to existing Berkeley programs,
<sys/time.h> includes <time.h> (if KERNEL is not defined).

				Bill Shannon
				Sun Microsystems, Inc.



More information about the Comp.unix.wizards mailing list