Subject: CVS commit: src/sys/fs/cd9660
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 11/30/2004 21:36:28
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.