Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make fix typo (thanks simon)
details: https://anonhg.NetBSD.org/src/rev/0a3c1ef7f847
branches: trunk
changeset: 759068:0a3c1ef7f847
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 27 16:00:09 2010 +0000
description:
fix typo (thanks simon)
diffstat:
usr.bin/make/arch.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r f61a358e7ea7 -r 0a3c1ef7f847 usr.bin/make/arch.c
--- a/usr.bin/make/arch.c Sat Nov 27 13:41:49 2010 +0000
+++ b/usr.bin/make/arch.c Sat Nov 27 16:00:09 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arch.c,v 1.61 2010/11/26 15:14:29 christos Exp $ */
+/* $NetBSD: arch.c,v 1.62 2010/11/27 16:00:09 christos Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: arch.c,v 1.61 2010/11/26 15:14:29 christos Exp $";
+static char rcsid[] = "$NetBSD: arch.c,v 1.62 2010/11/27 16:00:09 christos Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94";
#else
-__RCSID("$NetBSD: arch.c,v 1.61 2010/11/26 15:14:29 christos Exp $");
+__RCSID("$NetBSD: arch.c,v 1.62 2010/11/27 16:00:09 christos Exp $");
#endif
#endif /* not lint */
#endif
@@ -1262,7 +1262,7 @@
if (DEBUG(ARCH) || DEBUG(MAKE)) {
fprintf(debug_file, "%s modified %s...", RANLIBMAG, Targ_FmtTime(modTimeTOC));
}
- oodate = (gn->cmgn == NULL || gn->gngm->mtime > modTimeTOC);
+ oodate = (gn->cmgn == NULL || gn->cmgn->mtime > modTimeTOC);
} else {
/*
* A library w/o a table of contents is out-of-date
Home |
Main Index |
Thread Index |
Old Index