> Modified files: (Branch: RELENG_6) > sbin/mount mount.c > Log: > Remove "late" from options before passing them to the fs. > > Submitted by: SANETO Takanori <[EMAIL PROTECTED]> > 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
