Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/altq/libaltq



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.




Home | Main Index | Thread Index | Old Index