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:   yamt
Date:           Mon Sep  4 08:27:49 UTC 2006

Modified Files:
        src/sys/nfs: nfs.h nfs_subs.c

Log Message:
remove (void *) cast from NFSRVFH_DATA as it sometimes
discards const qualifier.  pointed out by Havard Eidnes.
(it wasn't detected by in-tree gcc4.  seems like a compiler bug.)


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/nfs/nfs.h
cvs rdiff -r1.168 -r1.169 src/sys/nfs/nfs_subs.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