dmake/dmake/unix/sysvr1/time.h
2017-05-14 19:59:26 -05:00

11 lines
133 B
C

/*
** Berkeley get this wrong!
*/
#ifndef TIME_h
#define TIME_h
typedef long time_t; /* this is the thing we use */
#endif TIME_h