Source-Changes archive

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

CVS commit: src/sys/nfs



Module Name:    src
Committed By:   christos
Date:           Sun May 29 20:58:13 UTC 2005

Modified Files:
        src/sys/nfs: nfs_bootparam.c nfs_socket.c nfs_subs.c nfs_var.h
            nfs_vfsops.c nfs_vnops.c nfsm_subs.h

Log Message:
- sprinkle const
- avoid shadowed variables
- mark bad const use with XXXUNCONST


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/nfs/nfs_bootparam.c
cvs rdiff -r1.113 -r1.114 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.148 -r1.149 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.49 -r1.50 src/sys/nfs/nfs_var.h
cvs rdiff -r1.146 -r1.147 src/sys/nfs/nfs_vfsops.c
cvs rdiff -r1.221 -r1.222 src/sys/nfs/nfs_vnops.c
cvs rdiff -r1.40 -r1.41 src/sys/nfs/nfsm_subs.h

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