From owner-cvs-src@FreeBSD.ORG Mon Nov 26 03:28:10 2007 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 75F7116A417; Mon, 26 Nov 2007 03:28:10 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E5F813C465; Mon, 26 Nov 2007 03:28:10 +0000 (UTC) (envelope-from rafan@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 lAQ3SASu074716; Mon, 26 Nov 2007 03:28:10 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAQ3SAH7074715; Mon, 26 Nov 2007 03:28:10 GMT (envelope-from rafan) Message-Id: <200711260328.lAQ3SAH7074715@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 26 Nov 2007 03:28:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/locale none.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: Mon, 26 Nov 2007 03:28:10 -0000 rafan 2007-11-26 03:28:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/locale none.c Log: - Put __mb_sb_limit symbol back to libc to ease users' pain when upgrading their 6-STABLE system. This is necessary because we have this symbol exported between 20071025 and 20071030. Binaries built during that perios will be broken after 602115. Requested by: many Approved by: re (kensmith) Revision Changes Path 1.13.2.3 +1 -0 src/lib/libc/locale/none.c