Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2004 12:40:27 +0200
From:      Vlad GALU <vladgalu@gmail.com>
To:        Jayel Villamin <jarthel@operamail.com>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: PF and custom kernel
Message-ID:  <79722fad04120902403ce70902@mail.gmail.com>
In-Reply-To: <79722fad041209023754aa3086@mail.gmail.com>
References:  <20041209101117.65EC023CE8@ws5-3.us4.outblaze.com> <79722fad041209023754aa3086@mail.gmail.com>

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

On Thu, 9 Dec 2004 12:37:19 +0200, Vlad GALU <vladgalu@gmail.com> wrote:
> On Thu, 09 Dec 2004 19:11:17 +0900, Jayel Villamin
> <jarthel@operamail.com> wrote:
> > here's a gist of the error message
> > ------------
> >
> > if_pfsync.c: In function 'pfsync_sendout':
> > if_pfsync.c:1532: unused variable 'ifp'
> 
>     gcc is told to consider each warning as an error.  In my version
> of if_pfsync.c I notice that the pointer is now initialized: "struct
> ifnet *ifp = &sc->sc_if;". You can do this yourself or upgrade to the
> last version of the file.

    Or simply add support for bpf to your kernel :)


> 
> >
> > -------------
> 
> 
> >
> > Thanks
> > --
> > _____________________________________________________________
> > Web-based SMS services available at http://www.operamail.com.
> > From your mailbox to local or overseas cell phones.
> >
> > Powered by Outblaze
> > _______________________________________________
> > freebsd-pf@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-pf
> > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org"
> >
> 
> 
> --
> If it's there, and you can see it, it's real.
> If it's not there, and you can see it, it's virtual.
> If it's there, and you can't see it, it's transparent.
> If it's not there, and you can't see it, you erased it.
> 


-- 
If it's there, and you can see it, it's real.
If it's not there, and you can see it, it's virtual.
If it's there, and you can't see it, it's transparent.
If it's not there, and you can't see it, you erased it.



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