Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/16/2003 21:35:17
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb 16 19:35:17 UTC 2003

Modified Files:
	src/sys/fs/smbfs: smbfs_vfsops.c

Log Message:
g/c SMBFS_USEZONE and some other redundant code
terminate the check if options SMB was included
remove the #ifndef FB_CURRENT around f_mntonname; FB_CURRENT used to be defined
  in netsmb headers, and this caused f_mntonname to not be initialized
terminate the messy code setting f_mntfromname, and use snprintf() instead


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/fs/smbfs/smbfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.