Subject: CVS commit: src/lib/libc/gdtoa
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/04/2006 18:59:23
Module Name:	src
Committed By:	christos
Date:		Thu May  4 18:59:23 UTC 2006

Modified Files:
	src/lib/libc/gdtoa: gdtoa.h gdtoaimp.h

Log Message:
It is really bad style to define ULong unsigned long in one file and
uint32_t in another. No wonder lint was bitching (hello kjk)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/gdtoa/gdtoa.h
cvs rdiff -r1.4 -r1.5 src/lib/libc/gdtoa/gdtoaimp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.