=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/gnode.h,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/make/gnode.h 2013/05/22 12:14:08 1.26 --- src/usr.bin/make/gnode.h 2013/05/25 11:54:14 1.27 *************** *** 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. --- 1,6 ---- #ifndef GNODE_H #define GNODE_H ! /* $OpenBSD: gnode.h,v 1.27 2013/05/25 11:54:14 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 144,149 **** --- 144,151 ---- 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; /* Its youngest child */ GNode *impliedsrc;