svn commit: r292013 - head/lib/libc/stdio

2015-12-09 Thread Garrett Cooper
Author: ngie Date: Wed Dec 9 09:14:57 2015 New Revision: 292013 URL: https://svnweb.freebsd.org/changeset/base/292013 Log: Use stdint.h instead of inttypes.h as the latter pollutes namespace more MFC after: 3 days X-MFC with: r292004 Submitted by: bde Sponsored by: EMC / Isilon

Re: svn commit: r292013 - head/lib/libc/stdio

2015-12-09 Thread Bruce Evans
On Wed, 9 Dec 2015, Garrett Cooper wrote: Log: ... Use stdint.h instead of inttypes.h as the latter pollutes namespace more ... Modified: head/lib/libc/stdio/open_memstream.c == --- head/lib/libc/stdio/open_memstream.c