Module Name: othersrc Committed By: dholland Date: Sat Mar 23 18:43:10 UTC 2013
Modified Files: othersrc/usr.bin/dholland-make2: targ.c Log Message: Update a comment. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 othersrc/usr.bin/dholland-make2/targ.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/dholland-make2/targ.c diff -u othersrc/usr.bin/dholland-make2/targ.c:1.9 othersrc/usr.bin/dholland-make2/targ.c:1.10 --- othersrc/usr.bin/dholland-make2/targ.c:1.9 Sat Mar 23 17:11:22 2013 +++ othersrc/usr.bin/dholland-make2/targ.c Sat Mar 23 18:43:10 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: targ.c,v 1.9 2013/03/23 17:11:22 dholland Exp $ */ +/* $NetBSD: targ.c,v 1.10 2013/03/23 18:43:10 dholland Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -127,7 +127,7 @@ #include "hash.h" #include "dir.h" -MAKE_RCSID("$NetBSD: targ.c,v 1.9 2013/03/23 17:11:22 dholland Exp $"); +MAKE_RCSID("$NetBSD: targ.c,v 1.10 2013/03/23 18:43:10 dholland Exp $"); static GList allTargets; /* the list of all targets found so far */ #ifdef CLEANUP @@ -819,7 +819,7 @@ TargPropagateNode(GNode *gn) * gnp Another node that has cnp as a cohort. * * Results: - * Always returns 0, for the benefit of Lst_ForEach(). + * nil * * Side Effects: * cnp's type bitmask is modified to incorporate some of the