[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LSU.2.00.0903071952180.19385@fbirervta.pbzchgretzou.qr>
Date: Sat, 7 Mar 2009 19:54:45 +0100 (CET)
From: Jan Engelhardt <jengelh@...ozas.de>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
cc: David Miller <davem@...emloft.net>
Subject: Change %Z to %z in printf
Hi,
I found out that %Z is actually a deprecated libc5-ism as printf(3) of
man-pages 3.17 dated 2008-12-19 tells me.
In ${kernel}/lib/vsprintf.c, I find the following note and wondered
if there might be any objections to going back to 'z'.
int qualifier; /* 'h', 'l', or 'L' for integer fields */
/* 'z' support added 23/7/1999 S.H. */
/* 'z' changed to 'Z' --davidm 1/25/99 */
/* 't' added for ptrdiff_t */
Jan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists