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

Collapse All | Expand All

(-)vpnclient.orig/frag.c (-1 / +5 lines)
Lines 12-19 Link Here
12
 * This module does some really cool stuff only Cisco knows about
12
 * This module does some really cool stuff only Cisco knows about
13
 ***************************************************************************/
13
 ***************************************************************************/
14
14
15
#include <linux/autoconf.h>
16
#include <linux/version.h>
15
#include <linux/version.h>
16
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
17
#include <generated/autoconf.h>
18
#else
19
#include <linux/autoconf.h>
20
#endif
17
#include <linux/netdevice.h>
21
#include <linux/netdevice.h>
18
#include <linux/etherdevice.h>
22
#include <linux/etherdevice.h>
19
#include <linux/skbuff.h>
23
#include <linux/skbuff.h>
(-)vpnclient.orig/interceptor.c (-1 / +5 lines)
Lines 11-18 Link Here
11
***************************************************************************
11
***************************************************************************
12
* This module implements the linux driver.
12
* This module implements the linux driver.
13
***************************************************************************/
13
***************************************************************************/
14
#include <linux/autoconf.h>
15
#include <linux/version.h>
14
#include <linux/version.h>
15
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
16
#include <generated/autoconf.h>
17
#else
18
#include <linux/autoconf.h>
19
#endif
16
#include <linux/module.h>
20
#include <linux/module.h>
17
#include <linux/init.h>
21
#include <linux/init.h>
18
#include <linux/kernel.h>
22
#include <linux/kernel.h>
(-)vpnclient.orig/IPSecDrvOS_linux.c (-1 / +5 lines)
Lines 11-18 Link Here
11
*   
11
*   
12
*
12
*
13
***************************************************************************/
13
***************************************************************************/
14
#include <linux/autoconf.h>
15
#include <linux/version.h>
14
#include <linux/version.h>
15
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
16
#include <generated/autoconf.h>
17
#else
18
#include <linux/autoconf.h>
19
#endif
16
#include <linux/vmalloc.h>
20
#include <linux/vmalloc.h>
17
#include <linux/sched.h>
21
#include <linux/sched.h>
18
#include <linux/string.h>
22
#include <linux/string.h>
(-)vpnclient.orig/linuxcniapi.c (-1 / +5 lines)
Lines 12-19 Link Here
12
 * This module implements a translation layer between the CNI API and the
12
 * This module implements a translation layer between the CNI API and the
13
 * Linux Interceptor driver.
13
 * Linux Interceptor driver.
14
 ***************************************************************************/
14
 ***************************************************************************/
15
#include <linux/autoconf.h>
16
#include <linux/version.h>
15
#include <linux/version.h>
16
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
17
#include <generated/autoconf.h>
18
#else
19
#include <linux/autoconf.h>
20
#endif
17
#include <linux/netdevice.h>
21
#include <linux/netdevice.h>
18
#include <linux/if.h>
22
#include <linux/if.h>
19
#include <linux/if_arp.h>
23
#include <linux/if_arp.h>

Return to bug 333619