=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/gnode.h,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/make/gnode.h 2013/04/23 14:32:53 1.24 --- src/usr.bin/make/gnode.h 2013/05/14 18:47:40 1.25 *************** *** 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. --- 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. *************** *** 146,151 **** --- 146,152 ---- 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 */