On Thu, 19 Sep 2002, Don Lewis wrote:

>  
> -     if ((m0->m_flags & M_PKTHDR) != 0)
> -             return (m0->m_pkthdr.len);
> -
>       len = 0;
>       for (m = m0; m != NULL; m = m->m_next) {
>               len += m->m_len;
> 

already done


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to