Source-Changes archive

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

CVS commit: src/sys/ufs/lfs



Module Name:    src
Committed By:   gmcgarry
Date:           Tue Jun 24 10:47:33 UTC 2008

Modified Files:
        src/sys/ufs/lfs: lfs_vnops.c

Log Message:
fcntl(4) says the command is type int.  lfs_fcntl() comment says u_long.  The 
implementation says int.  Synchronise comment with documentation and cast to 
int before comparison.


To generate a diff of this commit:
cvs rdiff -r1.217 -r1.218 src/sys/ufs/lfs/lfs_vnops.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