[dhcp 3.1.3] compile error

Earl Lapus earl.lapus at gmail.com
Sun Jun 6 02:28:18 UTC 2010


On Sat, Jun 5, 2010 at 11:24 PM, Glenn Satchell
<glenn.satchell at uniq.com.au> wrote:
>
> This is what that section of code looks like in 3.1.2:
>
> void dmalloc_dump_outstanding ()
> {
>        static unsigned long dmalloc_cutoff_point;
>        struct dmalloc_preamble *dp;
>        unsigned char *foo;
>        int i;
>
>        if (!dmalloc_cutoff_point)
>                dmalloc_cutoff_point = dmalloc_cutoff_generation;
>        for (dp = dmalloc_list; dp; dp = dp -> prev) {
>                if (dp -> generation <= dmalloc_cutoff_point)
>                        break;
> #if defined (DEBUG_MALLOC_POOL)
>                for (i = 0; i < DMLFSIZE; i++) {
>
> Your fix should be fine.
>

Thanks a lot, I appreciate the response.

-- 
There are seven words in this sentence.



More information about the dhcp-users mailing list