summaryrefslogtreecommitdiff
path: root/usr.bin/make/cond.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-10-23 23:16:43 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-10-23 23:16:43 +0000
commitcbfcb39874d97238abccb006b6acf2b2f78b2e65 (patch)
treebbd5e7ccf4fc366bc27a8cad8364cb37e593aa28 /usr.bin/make/cond.c
parent97490f4b3c85d61c156198a4ed31fefc6d41fe24 (diff)
Notes
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r--usr.bin/make/cond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c
index a6eb9a925ad0..6f82ecbee3ea 100644
--- a/usr.bin/make/cond.c
+++ b/usr.bin/make/cond.c
@@ -284,7 +284,7 @@ CondDoDefined (int argLen, char *arg)
} else {
result = FALSE;
}
- efree(p1);
+ free(p1);
arg[argLen] = savec;
return (result);
}