From owner-cvs-src-old@FreeBSD.ORG Fri May 6 18:41:01 2011 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 BB7D4106577E for ; Fri, 6 May 2011 18:41:01 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 527F98FC13 for ; Fri, 6 May 2011 18:40:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p46Iexhq035663 for ; Fri, 6 May 2011 18:40:59 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p46Iex0V035662 for cvs-src-old@freebsd.org; Fri, 6 May 2011 18:40:59 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201105061840.p46Iex0V035662@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 6 May 2011 18:40:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/string ffs.3 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: Fri, 06 May 2011 18:41:01 -0000 delphij 2011-05-06 18:40:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/string ffs.3 Log: SVN rev 221538 on 2011-05-06 18:40:51Z by delphij MFC r221401: Fix prototype for ffsll(3) and fls(3). PR: docs/156796 Submitted by: Jean-Yves Migeon Revision Changes Path 1.13.2.2 +2 -2 src/lib/libc/string/ffs.3