Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/ntfs
Module Name: src
Committed By: jdolecek
Date: Sun Feb 13 11:57:47 UTC 2005
Modified Files:
src/sys/fs/ntfs: ntfs_subr.c ntfs_vnops.c
Log Message:
use MIN()/MAX() rather than min()/max(), to avoid possible truncation
of 64bit values to 'int'
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/fs/ntfs/ntfs_subr.c
cvs rdiff -r1.19 -r1.20 src/sys/fs/ntfs/ntfs_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