=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/timestamp.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/make/timestamp.c 2001/05/23 12:34:50 1.1 --- src/usr.bin/make/timestamp.c 2004/04/07 13:11:36 1.2 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: timestamp.c,v 1.1 2001/05/23 12:34:50 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: timestamp.c,v 1.2 2004/04/07 13:11:36 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 34,45 **** #include #endif ! TIMESTAMP now; /* The time at the start of this whole ! * process */ int ! set_times(f) ! const char *f; { #ifdef USE_TIMESPEC struct timeval tv[2]; --- 34,43 ---- #include #endif ! TIMESTAMP now; /* The time at the start of this whole process */ int ! set_times(const char *f) { #ifdef USE_TIMESPEC struct timeval tv[2];