From owner-cvs-all@FreeBSD.ORG Thu Feb 1 04:21:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF49016A498; Thu, 1 Feb 2007 04:21:03 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B997313C478; Thu, 1 Feb 2007 04:21:03 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l114L3sK075855; Thu, 1 Feb 2007 04:21:03 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l114L3Sr075853; Thu, 1 Feb 2007 04:21:03 GMT (envelope-from avatar) Message-Id: <200702010421.l114L3Sr075853@repoman.freebsd.org> From: Tai-hwa Liang Date: Thu, 1 Feb 2007 04:21:03 +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/sys/modules/msdosfs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 04:21:04 -0000 avatar 2007-02-01 04:21:03 UTC FreeBSD src repository Modified files: sys/modules/msdosfs Makefile Log: Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173. This should fix the run time bustage observed on recent -CURRENT whilst mounting a MSDOS filesystem with non-default locale/code page: link_elf: symbol msdosfs_fileno_free undefined KLD msdosfs_iconv.ko: depends on msdosfs - not available Revision Changes Path 1.24 +2 -2 src/sys/modules/msdosfs/Makefile