lkml.org 
[lkml]   [2002]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    SubjectRe: Linux 2.4.19-pre3
    Stephan von Krawczynski writes:

    > gcc -D__KERNEL__ -I/usr/src/linux-2.4.19-pre3/include -Wall
    > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
    > -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
    > -march=i686 -DMODULE -DKBUILD_BASENAME=pppoe -c -o pppoe.o pppoe.c
    > pppoe.c: In function `pppoe_flush_dev':
    > pppoe.c:282: `PPPOX_ZOMBIE' undeclared (first use in this function)

    Blast, I missed the patch to include/linux/if_pppox.h. Here it is.
    Marcelo, could you include this in the next -pre?

    Paul.

    diff -urN linux-2.4.19-pre3/include/linux/if_pppox.h pmac/include/linux/if_pppox.h
    --- linux-2.4.19-pre3/include/linux/if_pppox.h Sat Jul 21 09:51:58 2001
    +++ pmac/include/linux/if_pppox.h Fri Mar 8 12:39:32 2002
    @@ -126,13 +126,14 @@
    extern int pppox_channel_ioctl(struct ppp_channel *pc, unsigned int cmd,
    unsigned long arg);

    -/* PPPoE socket states */
    +/* PPPoX socket states */
    enum {
    PPPOX_NONE = 0, /* initial state */
    PPPOX_CONNECTED = 1, /* connection established ==TCP_ESTABLISHED */
    PPPOX_BOUND = 2, /* bound to ppp device */
    PPPOX_RELAY = 4, /* forwarding is enabled */
    - PPPOX_DEAD = 8
    + PPPOX_ZOMBIE = 8, /* dead, but still bound to ppp device */
    + PPPOX_DEAD = 16 /* dead, useless, please clean me up!*/
    };

    extern struct ppp_channel_ops pppoe_chan_ops;
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2005-03-22 13:24    [W:4.192 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site