Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2000 19:12:24 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Will Andrews <will@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h     suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c         lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ...
Message-ID:  <Pine.BSF.4.21.0012031903500.591-100000@besplex.bde.org>
In-Reply-To: <200012021858.eB2Iw3F88460@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2 Dec 2000, Will Andrews wrote:

> will        2000/12/02 10:58:03 PST
> 
>   Modified files:
>     usr.bin/make         arch.c compat.c cond.c dir.c hash.c job.c 
>                          job.h list.h lst.h main.c make.c make.h 
>                          parse.c sprite.h suff.c targ.c var.c 
>     usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c 
>                          lstDeQueue.c lstDestroy.c lstDupl.c 
>                          lstFind.c lstFindFrom.c lstFirst.c 
>                          lstForEachFrom.c lstInit.c lstInsert.c 
>                          lstInt.h lstIsEmpty.c lstLast.c 
>                          lstMember.c lstNext.c lstOpen.c 
>                          lstRemove.c lstReplace.c lstSucc.c 
>   Log:
>   There's no reason to use fancy forms of NULL.  Replace all instances
>   of NIL, NILLST, NILLGNODE, etc. with NULL.

K&R support is one reason.  There are also stylistic reasons.  Programmers
who believe in explicit casting of values returned by malloc(), like the
author of make(1), may believe in explicit types for everything.

>   Obtained from:		OpenBSD

I think make(1) is maintained by NetBSD (Christos Zoulas).

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0012031903500.591-100000>