=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/gnode.h,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/make/gnode.h 2013/05/14 18:47:40 1.25 --- src/usr.bin/make/gnode.h 2013/05/22 12:14:08 1.26 *************** *** 1,6 **** #ifndef GNODE_H #define GNODE_H ! /* $OpenBSD: gnode.h,v 1.25 2013/05/14 18:47:40 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,6 ---- #ifndef GNODE_H #define GNODE_H ! /* $OpenBSD: gnode.h,v 1.26 2013/05/22 12:14:08 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 37,42 **** --- 37,43 ---- #ifndef SYMTABLE_H #include "symtable.h" #endif + #include /*- * The structure for an individual graph node. Each node has several *************** *** 143,152 **** int unmade; /* The number of unmade children */ struct timespec mtime; /* Its modification time */ ! struct timespec cmtime; /* The modification time of its youngest ! * child */ - GNode *youngest; GNode *impliedsrc; LIST cohorts; /* Other nodes for the :: operator */ LIST parents; /* Nodes that depend on this one */ --- 144,151 ---- int unmade; /* The number of unmade children */ struct timespec mtime; /* Its modification time */ ! GNode *youngest; /* Its youngest child */ GNode *impliedsrc; LIST cohorts; /* Other nodes for the :: operator */ LIST parents; /* Nodes that depend on this one */