From c44bc986b738977c5cd9741d9752a41ac022602f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 May 2006 01:19:06 +0000 Subject: Fix some warnings in allbareconfig. --- 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