cvs commit: src/sbin/mount mount.c
Makoto Matsushita
matusita at jp.FreeBSD.org
Fri Oct 13 04:11:37 PDT 2006
> 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 at 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
More information about the cvs-src
mailing list