From owner-cvs-src-old@FreeBSD.ORG Tue Feb 3 20:25:47 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9095D1065705 for ; Tue, 3 Feb 2009 20:25:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6295E8FC08 for ; Tue, 3 Feb 2009 20:25:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n13KPlIH072155 for ; Tue, 3 Feb 2009 20:25:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n13KPlCb072154 for cvs-src-old@freebsd.org; Tue, 3 Feb 2009 20:25:47 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200902032025.n13KPlCb072154@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Tue, 3 Feb 2009 20:25:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string memchr.c strmode.c wmemset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 20:25:48 -0000 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