From owner-svn-src-stable@FreeBSD.ORG Mon Nov 9 18:56:47 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0F711065694; Mon, 9 Nov 2009 18:56:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AF9B88FC14; Mon, 9 Nov 2009 18:56:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nA9IulZg030737; Mon, 9 Nov 2009 18:56:47 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nA9IulRf030736; Mon, 9 Nov 2009 18:56:47 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <200911091856.nA9IulRf030736@svn.freebsd.org> From: John Baldwin Date: Mon, 9 Nov 2009 18:56:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199097 - in stable/8/lib/libc: stdio string X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2009 18:56:47 -0000 Author: jhb Date: Mon Nov 9 18:56:47 2009 New Revision: 199097 URL: http://svn.freebsd.org/changeset/base/199097 Log: Cleanup mergeinfo for libc. Part of the damage was caused by a merge from a partial checkout of libc in a user branch up to head. Don't do merges from sparse trees! Modified: Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/gen/ (props changed) stable/8/lib/libc/stdio/asprintf.c (props changed) stable/8/lib/libc/stdlib/ (props changed) stable/8/lib/libc/stdtime/ (props changed) stable/8/lib/libc/string/ffsll.c (props changed) stable/8/lib/libc/string/flsll.c (props changed) stable/8/lib/libc/string/wcpcpy.c (props changed) stable/8/lib/libc/string/wcpncpy.c (props changed)