Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Feb 2001 03:34:35 -0800
From:      Kent Stewart <kstewart@urx.com>
To:        Julian Elischer <julian@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netgraph ng_base.c
Message-ID:  <3A7E8FCB.FE34333A@urx.com>
References:  <200102050710.f157A8l44728@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Julian Elischer wrote:
> 
> julian      2001/02/04 23:10:08 PST
> 
>   Modified files:        (Branch: RELENG_4)
>     sys/netgraph         ng_base.c
>   Log:
>   reverse last commit.. I was on something... (gotta get a better suppler!..)
>   Obviously on the same stuff: Archie
> 
>   Revision   Changes    Path
>   1.11.2.12  +3 -2      src/sys/netgraph/ng_base.c

If you are trying to compare like -current, I think you need the
following 
 
       LIST_FOREACH(node, &nodelist, nodes) {
                if ((node->name != NULL) 
                && (strcmp(node->name, name) == 0)
                && ((node->flags & NG_INVALID) == 0))
                        break;
        }
 
Kent

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A7E8FCB.FE34333A>