Source-Changes archive

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

CVS commit: src/sys/altq



Module Name:    src
Committed By:   plunky
Date:           Fri Apr  9 19:32:45 UTC 2010

Modified Files:
        src/sys/altq: altq_jobs.c altq_jobs.h

Log Message:
rename the altq-defined INFINITY symbol to ALTQ_INFINITY

    - it is not infinity
    - it is exposed to userland
    - it causes confusion when #include <math.h> follows
      (I don't know why GCC does not object to redefining the symbol)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/altq/altq_jobs.c
cvs rdiff -u -r1.4 -r1.5 src/sys/altq/altq_jobs.h

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