tech-kern archive

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

Re: CVS commit: src/sys/kern



On Thu, Apr 23, 2009 at 01:32:18PM +0300, Elad Efrat wrote:

> +     for (mp = CIRCLEQ_FIRST(&mountlist); mp != NULL; mp = nmp) {

Actually, it should be something like "mp != (void *)&mountlist". Have
a look at the existing loops.


Home | Main Index | Thread Index | Old Index