Subject: CVS commit: src/usr.sbin/altq/libaltq
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/26/2003 08:08:06
Module Name:	src
Committed By:	lukem
Date:		Sun Oct 26 08:08:06 UTC 2003

Modified Files:
	src/usr.sbin/altq/libaltq: qop_hfsc.c

Log Message:
Now that <math.h> #defines INFINITY as HUGE_VALF (the float version)
(per C99 7.12 #4), we can't define it as HUGE_VAL (the double version).
Instead, just use HUGE_VAL directly.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/usr.sbin/altq/libaltq/qop_hfsc.c

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