Source-Changes archive

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

CVS commit: src/usr.bin/nbperf



Module Name:    src
Committed By:   joerg
Date:           Sat Aug 22 17:52:18 UTC 2009

Modified Files:
        src/usr.bin/nbperf: graph2.c graph3.c nbperf.c nbperf.h

Log Message:
GCC's propolice complains about dynamic stack arrays to bite the bullet
and introduce a compile constant that limits the number of hash results.
Verify that the choosen hash function is not beyond that limit and just
the upper limit as static size in the graph tree functions.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/nbperf/graph2.c \
    src/usr.bin/nbperf/graph3.c src/usr.bin/nbperf/nbperf.c \
    src/usr.bin/nbperf/nbperf.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