From owner-cvs-src@FreeBSD.ORG Fri Oct 13 11:11:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A080816A4C8; Fri, 13 Oct 2006 11:11:37 +0000 (UTC) (envelope-from matusita@jp.FreeBSD.org) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA5F43D78; Fri, 13 Oct 2006 11:11:33 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from [192.168.120.243] (localhost [127.0.0.1]) by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3/smtpfeed 1.14) with ESMTP/inet id k9DBBWw44168; Fri, 13 Oct 2006 20:11:33 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-ID: <452F7463.40008@jp.FreeBSD.org> Date: Fri, 13 Oct 2006 20:11:31 +0900 From: Makoto Matsushita User-Agent: Thunderbird MIME-Version: 1.0 To: Dag-Erling Smorgrav , sanewo@ba2.so-net.ne.jp References: <200610130701.k9D71LOQ052850@repoman.freebsd.org> In-Reply-To: <200610130701.k9D71LOQ052850@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mount.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: Fri, 13 Oct 2006 11:11:37 -0000 > Modified files: (Branch: RELENG_6) > sbin/mount mount.c > Log: > Remove "late" from options before passing them to the fs. > > Submitted by: SANETO Takanori > Approved by: re (bmah) > > Revision Changes Path > 1.69.2.3 +1 -0 src/sbin/mount/mount.c After this commit, I got: /usr/src/sbin/mount/mount.c: In function `mountfs': /usr/src/sbin/mount/mount.c:432: error: `fstab' undeclared (first use in this function) /usr/src/sbin/mount/mount.c:432: error: (Each undeclared identifier is reported only once /usr/src/sbin/mount/mount.c:432: error: for each function it appears in.) *** Error code 1 Would you please let me know why? It seems that variable 'fstab' is not declared in mountfs(). -- Makoto `MAR' Matsushita