Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/24/2003 00:31:18
Module Name: src
Committed By: jdolecek
Date: Sun Feb 23 22:31:18 UTC 2003
Modified Files:
src/dist/smbfs/mount_smbfs: mount_smbfs.c
src/sys/fs/smbfs: smbfs.h smbfs_vfsops.c
Log Message:
change smbfs_args:
* g/c unused members 'mount_point', 'root_path', which only take space
* rename 'dev' to 'dev_fd' to more closely match what it is
* add 'export' member to avoid changing this again if ever smbfs would
be made exportable
bump SMBFS_VERMIN - ABI/API change; mount_smbfs needs to be recompiled
to work again
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/smbfs/mount_smbfs/mount_smbfs.c
cvs rdiff -r1.2 -r1.3 src/sys/fs/smbfs/smbfs.h
cvs rdiff -r1.13 -r1.14 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.