Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2006 20:11:31 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        Dag-Erling Smorgrav <des@FreeBSD.org>, sanewo@ba2.so-net.ne.jp
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/mount mount.c
Message-ID:  <452F7463.40008@jp.FreeBSD.org>
In-Reply-To: <200610130701.k9D71LOQ052850@repoman.freebsd.org>
References:  <200610130701.k9D71LOQ052850@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>   Modified files:        (Branch: RELENG_6)
>     sbin/mount           mount.c 
>   Log:
>   Remove "late" from options before passing them to the fs.
>   
>   Submitted by:   SANETO Takanori <sanewo@ba2.so-net.ne.jp>
>   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?452F7463.40008>