From owner-cvs-src-old@FreeBSD.ORG Sat Dec 6 09:38:07 2008 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 138B210656E5 for ; Sat, 6 Dec 2008 09:38:07 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00B598FC17 for ; Sat, 6 Dec 2008 09:38:07 +0000 (UTC) (envelope-from kib@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 mB69c6M7049987 for ; Sat, 6 Dec 2008 09:38:06 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB69c6f0049986 for cvs-src-old@freebsd.org; Sat, 6 Dec 2008 09:38:06 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200812060938.mB69c6f0049986@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 6 Dec 2008 09:37:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string Makefile.inc Symbol.map strdup.3 strndup.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: Sat, 06 Dec 2008 09:38:07 -0000 kib 2008-12-06 09:37:54 UTC FreeBSD src repository Modified files: lib/libc/string Makefile.inc Symbol.map strdup.3 Added files: lib/libc/string strndup.c Log: SVN rev 185690 on 2008-12-06 09:37:54Z by kib Import the strndup(3) function. Copyright attribution is kept the same as in original NetBSD source. Submitted by: Florian Smeets Obtained from: NetBSD MFC after: 2 weeks Revision Changes Path 1.41 +2 -1 src/lib/libc/string/Makefile.inc 1.5 +1 -0 src/lib/libc/string/Symbol.map 1.12 +19 -2 src/lib/libc/string/strdup.3 1.1 +53 -0 src/lib/libc/string/strndup.c (new)