On 2012/01/28 14:20, Mike Belopuhov wrote:
> On Sat, Jan 28, 2012 at 12:06 PM, Stuart Henderson <s...@spacehopper.org>
> wrote:
> > Any comments? ("bleurgh" is implicitly assumed).
> > OK?  This mail was sent through a router running it.
> >
> 
> hi,
> 
> if you remove pp_fastq, why don't i see it being removed from the header
> file?
> 

Because I missed it, though I am not sure whether it is still OK to
touch kernel headers at the moment?


Index: if_sppp.h
===================================================================
RCS file: /cvs/src/sys/net/if_sppp.h,v
retrieving revision 1.16
diff -u -p -r1.16 if_sppp.h
--- if_sppp.h   12 Nov 2011 12:32:59 -0000      1.16
+++ if_sppp.h   28 Jan 2012 21:43:23 -0000
@@ -107,7 +107,6 @@ enum ppp_phase {
 struct sppp {
        /* NB: pp_if _must_ be first */
        struct  ifnet pp_if;    /* network interface data */
-       struct  ifqueue pp_fastq; /* fast output queue */
        struct  ifqueue pp_cpq; /* PPP control protocol queue */
        struct  sppp *pp_next;  /* next interface in keepalive list */
        u_int   pp_flags;       /* use Cisco protocol instead of PPP */

Reply via email to