diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-11 06:02:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-11 06:02:07 +0000 |
commit | 8c9f399c284d97d03f86928be0ad561e7bd80134 (patch) | |
tree | e8c8f573167f3f7b4d0229817350c60f28cb83a4 /usr.bin/make/make.c | |
parent | c2e2c4ed28abfb5e6fcb9070ad9d9002433c68f5 (diff) |
undo changes that crash on (at least) the alpha
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r-- | usr.bin/make/make.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 35790607f4a..c0dfd5ff987 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: make.c,v 1.28 2001/11/11 01:19:23 espie Exp $ */ +/* $OpenBSD: make.c,v 1.29 2001/11/11 06:02:06 deraadt Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* @@ -781,7 +781,7 @@ Make_Run(targs) LIST examine; /* List of targets to examine */ int errors; /* Number of errors the Job module reports */ - Static_Lst_Init(&toBeMade); + Lst_Init(&toBeMade); Lst_Clone(&examine, targs, NOCOPY); numNodes = 0; |