lukem
|
931c212f78
|
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.
|
2003-10-26 08:08:06 +00:00 |
|
itojun
|
2237adde2a
|
use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity.
gcc -pedantic audit by deraadt@openbsd.org
|
2002-09-08 09:28:23 +00:00 |
|
itojun
|
69881cf6b8
|
bring in latest ALTQ from kjc.
|
2002-03-05 04:11:51 +00:00 |
|
itojun
|
d5e1f166e0
|
sync with latest kame tree. snprintf() return value audit, log() cleanup,
and such.
|
2001-08-22 08:52:35 +00:00 |
|
itojun
|
62856425b4
|
$NetBSD$
|
2001-08-16 07:48:08 +00:00 |
|
itojun
|
8b8734d26b
|
string length audit (use strlcpy). sync with latest kame ALTQ.
|
2001-08-16 07:45:35 +00:00 |
|
thorpej
|
95a6556014
|
Import the altq library.
|
2000-12-16 17:38:07 +00:00 |
|