diff options
Diffstat (limited to 'usr.bin/make/cond.c')
| -rw-r--r-- | usr.bin/make/cond.c | 2 |
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); } |
