From owner-cvs-src@FreeBSD.ORG Thu Apr 10 00:12:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7325B106566C; Thu, 10 Apr 2008 00:12:48 +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 611998FC0A; Thu, 10 Apr 2008 00:12:48 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3A0CmVn058349; Thu, 10 Apr 2008 00:12:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3A0CjvM058340; Thu, 10 Apr 2008 00:12:45 GMT (envelope-from delphij) Message-Id: <200804100012.m3A0CjvM058340@repoman.freebsd.org> From: Xin LI Date: Thu, 10 Apr 2008 00:12:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include string.h src/sys/sys param.h src/lib/libc/string Makefile.inc Symbol.map memchr.3 memrchr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 00:12:48 -0000 delphij 2008-04-10 00:12:44 UTC FreeBSD src repository Modified files: include string.h sys/sys param.h lib/libc/string Makefile.inc Symbol.map memchr.3 Added files: lib/libc/string memrchr.c Log: Add memrchr(3). Obtained from: OpenBSD Revision Changes Path 1.26 +1 -0 src/include/string.h 1.38 +2 -1 src/lib/libc/string/Makefile.inc 1.3 +4 -0 src/lib/libc/string/Symbol.map 1.10 +28 -3 src/lib/libc/string/memchr.3 1.1 +40 -0 src/lib/libc/string/memrchr.c (new) 1.350 +1 -1 src/sys/sys/param.h