Source-Changes archive

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

CVS commit: src/sys/fs/cd9660



Module Name:    src
Committed By:   martin
Date:           Tue Nov 30 21:36:28 UTC 2004

Modified Files:
        src/sys/fs/cd9660: iso.h

Log Message:
Declare functions with the proper type they return. While there, replace
some strange type names with their C99 equivalent.
This avoids sign extension of 32bit fields (like the file size) on 64bit
archs.
Based on a patch supplied by Olaf 'Rhialto' Seibert in PR kern/28471;
should fix that PR.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/cd9660/iso.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