diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-05-25 11:54:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-05-25 11:54:15 +0000 |
commit | 58b4e38f4bfd56b828bd9b34170a347381a35139 (patch) | |
tree | 6e3e7f8bc5374152e5175bff13590b6ecbf05d3a /usr.bin/make/gnode.h | |
parent | 1c370a5312c085d8b9afa5c298a60c37133db99e (diff) |
obviously missed something, so revert.
(noticed by sthen@/matthieu@)
Diffstat (limited to 'usr.bin/make/gnode.h')
-rw-r--r-- | usr.bin/make/gnode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/gnode.h b/usr.bin/make/gnode.h index 2a280abd136..77dc98c6bc8 100644 --- a/usr.bin/make/gnode.h +++ b/usr.bin/make/gnode.h @@ -1,6 +1,6 @@ #ifndef GNODE_H #define GNODE_H -/* $OpenBSD: gnode.h,v 1.26 2013/05/22 12:14:08 espie Exp $ */ +/* $OpenBSD: gnode.h,v 1.27 2013/05/25 11:54:14 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -144,6 +144,8 @@ struct GNode_ { 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; |