From 5b84039fb3ea9614bccce9c2e800251228ab7e7c Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 18 Jun 1995 12:34:14 +0000 Subject: NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet order, prevent suffix rule, if direct or children dependances exists, forget to free v->name in var.c My fixes: fix famous ^\t\n bug, correct free order in str_end Reviewed by: bde Obtained from: NetBSD, me --- usr.bin/make/make.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/make/make.c') diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index f4c83d6..d6959a8 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -88,6 +88,8 @@ static int numNodes; /* Number of nodes to be processed. If this static int MakeAddChild __P((ClientData, ClientData)); static int MakeAddAllSrc __P((ClientData, ClientData)); +static int MakeTimeStamp __P((ClientData, ClientData)); +static int MakeHandleUse __P((ClientData, ClientData)); static Boolean MakeStartJobs __P((void)); static int MakePrintStatus __P((ClientData, ClientData)); /*- -- cgit v1.1