Fix some warnings in allbareconfig.

This commit is contained in:
Rob Landley
2006-05-28 01:19:06 +00:00
parent 3f78561d63
commit c44bc986b7
2 changed files with 4 additions and 5 deletions

View File

@ -353,6 +353,8 @@ static void dfree(struct dnode **dnp, int nfiles)
}
free(dnp); /* free the array holding the dnode pointers */
}
#else
#define dfree(...)
#endif
static struct dnode **splitdnarray(struct dnode **dn, int nfiles, int which)