diff options
| author | rillig <rillig@NetBSD.org> | 2020-11-06 23:59:21 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-11-06 23:59:21 +0000 |
| commit | 730d8400334a754c79371856ea4b658cd09cd52e (patch) | |
| tree | 122461ee5a093fd00a5738196e209e658cd4a0ef /usr.bin/make/dir.c | |
| parent | 658f2fd3d8d05c5ad87f73ea2621af34640e8132 (diff) | |
make(1): rename Arch_MemMTime to Arch_MemberMTime
The abbreviation Mem was ambiguous, it could have meant memory as well.
Diffstat (limited to 'usr.bin/make/dir.c')
| -rw-r--r-- | usr.bin/make/dir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 93ee3f80308..78a252a6bf8 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -1,4 +1,4 @@ -/* $NetBSD: dir.c,v 1.194 2020/11/05 17:27:16 rillig Exp $ */ +/* $NetBSD: dir.c,v 1.195 2020/11/06 23:59:21 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -134,7 +134,7 @@ #include "job.h" /* "@(#)dir.c 8.2 (Berkeley) 1/2/94" */ -MAKE_RCSID("$NetBSD: dir.c,v 1.194 2020/11/05 17:27:16 rillig Exp $"); +MAKE_RCSID("$NetBSD: dir.c,v 1.195 2020/11/06 23:59:21 rillig Exp $"); #define DIR_DEBUG0(text) DEBUG0(DIR, text) #define DIR_DEBUG1(fmt, arg1) DEBUG1(DIR, fmt, arg1) @@ -1352,7 +1352,7 @@ Dir_MTime(GNode *gn, Boolean recheck) if (gn->type & OP_MEMBER) { if (fullName != gn->path) free(fullName); - return Arch_MemMTime(gn); + return Arch_MemberMTime(gn); } else { mst.mst_mtime = 0; } |
