Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234361 | Differences between
and this patch

Collapse All | Expand All

(-)vpnclient-orig/linuxcniapi.h (+4 lines)
Lines 30-36 Link Here
30
#else
30
#else
31
                          struct packet_type *);
31
                          struct packet_type *);
32
#endif
32
#endif
33
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29)
34
    const struct net_device_ops *Inject_ops;
35
#else
33
    int (*InjectSend) (struct sk_buff * skb, struct net_device * dev);
36
    int (*InjectSend) (struct sk_buff * skb, struct net_device * dev);
37
#endif
34
38
35
    int recv_real_hh_len;
39
    int recv_real_hh_len;
36
    int send_real_hh_len;
40
    int send_real_hh_len;

Return to bug 234361