=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/gnode.h,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/make/gnode.h 2012/10/09 19:45:34 1.23 --- src/usr.bin/make/gnode.h 2013/04/23 14:32:53 1.24 *************** *** 1,6 **** #ifndef GNODE_H #define GNODE_H ! /* $OpenBSD: gnode.h,v 1.23 2012/10/09 19:45:34 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,6 ---- #ifndef GNODE_H #define GNODE_H ! /* $OpenBSD: gnode.h,v 1.24 2013/04/23 14:32:53 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 27,35 **** * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ! #ifndef TIMESTAMP_TYPE ! #include "timestamp_t.h" ! #endif #ifndef LIST_TYPE #include "lst_t.h" #endif --- 27,33 ---- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ! #include #ifndef LIST_TYPE #include "lst_t.h" #endif *************** *** 144,152 **** int unmade; /* The number of unmade children */ ! TIMESTAMP mtime; /* Its modification time */ ! TIMESTAMP cmtime; /* The modification time of its youngest ! * child */ GNode *impliedsrc; LIST cohorts; /* Other nodes for the :: operator */ --- 142,150 ---- int unmade; /* The number of unmade children */ ! struct timespec mtime; /* Its modification time */ ! struct timespec cmtime; /* The modification time of its youngest ! * child */ GNode *impliedsrc; LIST cohorts; /* Other nodes for the :: operator */