Date: Sat, 22 Sep 2007 02:30:44 +0000 (UTC) From: Sean Farley <scf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib getenv.c Message-ID: <200709220230.l8M2UiRK020609@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scf 2007-09-22 02:30:44 UTC FreeBSD src repository Modified files: lib/libc/stdlib getenv.c Log: The precision for a string argument in a call to warnx() needs to be cast to an int to remove the warning from using a size_t variable on 64-bit platforms. Submitted by: Xin LI <delphij@FreeBSD.org> Approved by: wes Approved by: re (kensmith) Revision Changes Path 1.12 +2 -1 src/lib/libc/stdlib/getenv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709220230.l8M2UiRK020609>