diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
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) | |||
353 | } | 353 | } |
354 | free(dnp); /* free the array holding the dnode pointers */ | 354 | free(dnp); /* free the array holding the dnode pointers */ |
355 | } | 355 | } |
356 | #else | ||
357 | #define dfree(...) | ||
356 | #endif | 358 | #endif |
357 | 359 | ||
358 | static struct dnode **splitdnarray(struct dnode **dn, int nfiles, int which) | 360 | static struct dnode **splitdnarray(struct dnode **dn, int nfiles, int which) |