From bd44397ca943560e73440b2bf4364b0f889e4e8a Mon Sep 17 00:00:00 2001 From: landley Date: Sun, 28 May 2006 01:19:06 +0000 Subject: Fix some warnings in allbareconfig. git-svn-id: svn://busybox.net/trunk/busybox@15206 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/ls.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coreutils') 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) -- cgit v1.2.3-55-g6feb