From a0be738b206eb9602bddb8ad7c745ec012fc5f43 Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Thu, 11 Jun 2015 02:29:39 +0000 Subject: [PATCH] r284198 seems to have left a null format string printf that gcc does *not* like breaking mips builds. Submitted by: Shawn Webb Obtained from: HardenedBSD --- bin/ls/print.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ls/print.c b/bin/ls/print.c index 20c980e7856d..c96fe7cace41 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; }