summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2015-06-11 02:29:39 +0000
committersbruno <sbruno@FreeBSD.org>2015-06-11 02:29:39 +0000
commit4b0e592d9fbd3b0675f91a62d7897c125a2f8981 (patch)
tree951c44b471130e66c314217b9670864a0b75cb2b /bin/ls
parentb88cbe703a7944a7d0a3c43bdaec9e3ebf792829 (diff)
downloadFreeBSD-src-4b0e592d9fbd3b0675f91a62d7897c125a2f8981.zip
FreeBSD-src-4b0e592d9fbd3b0675f91a62d7897c125a2f8981.tar.gz
r284198 seems to have left a null format string printf that gcc does *not*
like breaking mips builds. Submitted by: Shawn Webb <shawn.webb@hardenedbsd.org> Obtained from: HardenedBSD
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c
index 20c980e..c96fe7c 100644
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -288,7 +288,6 @@ printcol(const DISPLAY *dp)
if (dp->entries > lastentries) {
if ((narray =
realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) {
- xo_warn(NULL);
printscol(dp);
return;
}
OpenPOWER on IntegriCloud