Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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.




Home | Main Index | Thread Index | Old Index