aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-28 01:19:06 +0000
committerRob Landley <rob@landley.net>2006-05-28 01:19:06 +0000
commitc44bc986b738977c5cd9741d9752a41ac022602f (patch)
tree44562726c7e7ca0c936f6e77a5f29e31d3dec33a /coreutils
parent3f78561d63290c53ca8bb3cd6314ca7357a617ee (diff)
downloadbusybox-c44bc986b738977c5cd9741d9752a41ac022602f.tar.gz
Fix some warnings in allbareconfig.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/ls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index 882eab8e7..3fe0c8dad 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -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)