summaryrefslogtreecommitdiff
path: root/usr.bin/make/suff.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r--usr.bin/make/suff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c
index 688f320aaea2..b6eb1240633d 100644
--- a/usr.bin/make/suff.c
+++ b/usr.bin/make/suff.c
@@ -1633,7 +1633,7 @@ SuffFindArchiveDeps(GNode *gn, Lst slst)
for (i = (sizeof(copy)/sizeof(copy[0]))-1; i >= 0; i--) {
char *p1;
Var_Set(copy[i], Var_Value(copy[i], mem, &p1), gn);
- efree(p1);
+ free(p1);
}
@@ -1955,7 +1955,7 @@ sfnd_abort:
gn->suffix = (targ == NULL) ? NULL : targ->suff;
if (gn->suffix)
gn->suffix->refCount++;
- efree(gn->path);
+ free(gn->path);
gn->path = estrdup(gn->name);
}
@@ -2055,7 +2055,7 @@ sfnd_abort:
/*
* So Dir_MTime doesn't go questing for it...
*/
- efree(gn->path);
+ free(gn->path);
gn->path = estrdup(gn->name);
/*