From owner-cvs-src@FreeBSD.ORG Fri Oct 8 01:27:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C92F416A4CE; Fri, 8 Oct 2004 01:27:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91B743D1F; Fri, 8 Oct 2004 01:27:57 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i981RvW6064883; Fri, 8 Oct 2004 01:27:57 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i981Rvax064882; Fri, 8 Oct 2004 01:27:57 GMT (envelope-from delphij) Message-Id: <200410080127.i981Rvax064882@repoman.freebsd.org> From: Xin LI Date: Fri, 8 Oct 2004 01:27:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/mklocale yacc.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 08 Oct 2004 01:27:58 -0000 delphij 2004-10-08 01:27:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/mklocale yacc.y Log: We already have GBK support so make sure that mklocale(1) would not complain that it is not supported. Reviewed by: ru Approved by: murray (mentor) Revision Changes Path 1.6.2.4 +1 -0 src/usr.bin/mklocale/yacc.y