Subject: CVS commit: src/tools/compat
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 06/21/2004 22:13:32
Module Name:	src
Committed By:	jmc
Date:		Mon Jun 21 22:13:32 UTC 2004

Modified Files:
	src/tools/compat: compat_defs.h

Log Message:
On NetBSD boxes make sure and provide prototypes for strtouq since quad_t gets
exposed all the time, but routines which use it do not. Otherwise callers
of strtouq will lose.
XXX: Need to come back through here and clean up the configure tests better
for this


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/tools/compat/compat_defs.h

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