Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: tron
Date: Sat Jan 25 18:12:34 UTC 2003
Modified Files:
src/sys/dev/isa: fd.c
src/sys/ufs/ext2fs: ext2fs_subr.c
src/sys/ufs/ffs: ffs_softdep.c ffs_subr.c
src/sys/ufs/lfs: lfs_alloc.c lfs_segment.c lfs_vfsops.c
Log Message:
Use PRId64 instead of hard coding "%lld" to fix build problems under
LP64 ports.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/dev/isa/fd.c
cvs rdiff -r1.8 -r1.9 src/sys/ufs/ext2fs/ext2fs_subr.c
cvs rdiff -r1.40 -r1.41 src/sys/ufs/ffs/ffs_softdep.c
cvs rdiff -r1.26 -r1.27 src/sys/ufs/ffs/ffs_subr.c
cvs rdiff -r1.60 -r1.61 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.92 -r1.93 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.86 -r1.87 src/sys/ufs/lfs/lfs_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