=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/timestamp_t.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/make/Attic/timestamp_t.h 2010/07/19 19:46:44 1.3 --- src/usr.bin/make/Attic/timestamp_t.h 2013/04/22 07:21:52 1.4 *************** *** 1,4 **** ! /* $OpenBSD: timestamp_t.h,v 1.3 2010/07/19 19:46:44 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,4 ---- ! /* $OpenBSD: timestamp_t.h,v 1.4 2013/04/22 07:21:52 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 25,36 **** * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - #ifdef USE_TIMESPEC #include typedef struct timespec TIMESTAMP; - #else - #include - typedef time_t TIMESTAMP; - #endif #define TIMESTAMP_TYPE --- 25,31 ----