Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2002 12:21:51 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Nate Lawson <nate@root.org>
Cc:        Julian Elischer <julian@FreeBSD.org>, cvs-all@freebsd.org, cvs-committers@freebsd.org
Subject:   Re: cvs commit: src/sys/netgraph ng_fec.c
Message-ID:  <Pine.BSF.4.21.0212271220440.12006-100000@InterJet.elischer.org>
In-Reply-To: <Pine.BSF.4.21.0212271047480.78794-100000@root.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I guess so, but I am making 5.0 match -current.
I will fix -current but as this works I will leave it alone in 5.0
as that's what's been tested until now.


On Fri, 27 Dec 2002, Nate Lawson wrote:

> On Mon, 23 Dec 2002, Julian Elischer wrote:
> >   Modified files:
> >     sys/netgraph         ng_fec.c 
> >   Log:
> >   Make ng_fec.c compile again since Sam's changes.
> >   
> >   Submitted by:   Hiten Pandya (hiten@unixdaemons.com)
> >   
> >   Revision  Changes    Path
> >   1.3       +8 -5      src/sys/netgraph/ng_fec.c
> > 
> > @@ -188,6 +188,10 @@
> >  static void	ng_fec_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
> >  #endif
> >  
> > +/* ng_ether_input_p - see sys/netgraph/ng_ether.c */
> > +extern void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp,
> > +			struct ether_header *eh);
> > +
> 
> Shouldn't that be a prototype in a .h if it's a public interface?
> 
> -Nate
> 
> 


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?Pine.BSF.4.21.0212271220440.12006-100000>