Date: Tue, 3 Feb 2009 20:25:36 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/string memchr.c strmode.c wmemset.c Message-ID: <200902032025.n13KPlCb072154@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2009-02-03 20:25:36 UTC FreeBSD src repository Modified files: lib/libc/string memchr.c strmode.c wmemset.c Log: SVN rev 188098 on 2009-02-03 20:25:36Z by imp Fix the functions to match prototypes. The K&R definitions differ from the ANSI-C prototype due to the 'int promotion' rule. Revision Changes Path 1.7 +1 -1 src/lib/libc/string/memchr.c 1.7 +1 -1 src/lib/libc/string/strmode.c 1.8 +1 -1 src/lib/libc/string/wmemset.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902032025.n13KPlCb072154>