summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-06-18 12:34:14 +0000
committerache <ache@FreeBSD.org>1995-06-18 12:34:14 +0000
commit5b84039fb3ea9614bccce9c2e800251228ab7e7c (patch)
tree91257bccf4dda92d8334ba4a74af5a2241987117 /usr.bin/make/make.c
parent1c7c56a93b2ee67dd860c2b2c4f4b9a918a538de (diff)
downloadFreeBSD-src-5b84039fb3ea9614bccce9c2e800251228ab7e7c.zip
FreeBSD-src-5b84039fb3ea9614bccce9c2e800251228ab7e7c.tar.gz
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
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c2
1 files changed, 2 insertions, 0 deletions
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));
/*-
OpenPOWER on IntegriCloud