summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/GNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/GNode.h')
-rw-r--r--usr.bin/make/GNode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/GNode.h b/usr.bin/make/GNode.h
index 382da55..71d2afd 100644
--- a/usr.bin/make/GNode.h
+++ b/usr.bin/make/GNode.h
@@ -170,6 +170,7 @@ typedef struct GNode {
int unmade; /* The number of unmade children */
int mtime; /* Its modification time */
int cmtime; /* Modification time of its youngest child */
+ struct GNode *cmtime_gn;/* Youngest child */
/*
* Links to parents for which this is an implied source, if any. (nodes
OpenPOWER on IntegriCloud