=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/time.h,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/include/time.h 2005/12/13 00:35:22 1.17 --- src/include/time.h 2006/01/06 18:53:04 1.18 *************** *** 1,4 **** ! /* $OpenBSD: time.h,v 1.17 2005/12/13 00:35:22 millert Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: time.h,v 1.18 2006/01/06 18:53:04 millert Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* *************** *** 42,48 **** #define _TIME_H_ #include ! #include #ifndef NULL #ifdef __GNUG__ --- 42,48 ---- #define _TIME_H_ #include ! #include #ifndef NULL #ifdef __GNUG__ *************** *** 52,70 **** #endif #endif ! #ifdef _BSD_CLOCK_T_ ! typedef _BSD_CLOCK_T_ clock_t; ! #undef _BSD_CLOCK_T_ #endif ! #ifdef _BSD_TIME_T_ ! typedef _BSD_TIME_T_ time_t; ! #undef _BSD_TIME_T_ #endif ! #ifdef _BSD_SIZE_T_ ! typedef _BSD_SIZE_T_ size_t; ! #undef _BSD_SIZE_T_ #endif #if __POSIX_VISIBLE > 0 && __POSIX_VISIBLE < 200112 || __BSD_VISIBLE --- 52,70 ---- #endif #endif ! #ifndef _CLOCK_T_DEFINED_ ! #define _CLOCK_T_DEFINED_ ! typedef __clock_t clock_t; #endif ! #ifndef _TIME_T_DEFINED_ ! #define _TIME_T_DEFINED_ ! typedef __time_t time_t; #endif ! #ifndef _SIZE_T_DEFINED_ ! #define _SIZE_T_DEFINED_ ! typedef __size_t size_t; #endif #if __POSIX_VISIBLE > 0 && __POSIX_VISIBLE < 200112 || __BSD_VISIBLE