Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 301349 Details for
Bug 402717
net-misc/cisco-vpnclient-3des-4.8.01.0640 with gentoo-sources-3.2.1-r2 - work/vpnclient/linuxcniapi.c:14:28: fatal error: linux/autoconf.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
autoconf.patch
autoconf.patch (text/plain), 1.87 KB, created by
Ján Bednár
on 2012-02-09 08:06:28 UTC
(
hide
)
Description:
autoconf.patch
Filename:
MIME Type:
Creator:
Ján Bednár
Created:
2012-02-09 08:06:28 UTC
Size:
1.87 KB
patch
obsolete
>diff -Naur old/work/vpnclient/frag.c new/work/vpnclient/frag.c >--- old/work/vpnclient/frag.c 2010-04-06 16:29:45.729173209 +0200 >+++ new/work/vpnclient/frag.c 2010-04-06 16:19:44.000000000 +0200 >@@ -1,6 +1,6 @@ > #include <linux/version.h> > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15) >-#include <linux/autoconf.h> >+#include <generated/autoconf.h> > #else > #include <linux/config.h> > #endif >diff -Naur old/work/vpnclient/interceptor.c new/work/vpnclient/interceptor.c >--- old/work/vpnclient/interceptor.c 2010-04-06 16:29:54.882172580 +0200 >+++ new/work/vpnclient/interceptor.c 2010-04-06 16:20:51.000000000 +0200 >@@ -10,7 +10,7 @@ > ***************************************************************************/ > #include <linux/version.h> > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15) >-#include <linux/autoconf.h> >+#include <generated/autoconf.h> > #else > #include <linux/config.h> > #endif >diff -Naur old/work/vpnclient/IPSecDrvOS_linux.c new/work/vpnclient/IPSecDrvOS_linux.c >--- old/work/vpnclient/IPSecDrvOS_linux.c 2010-04-06 16:30:05.556172511 +0200 >+++ new/work/vpnclient/IPSecDrvOS_linux.c 2010-04-06 16:20:37.000000000 +0200 >@@ -13,7 +13,7 @@ > ***************************************************************************/ > #include <linux/version.h> > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15) >-#include <linux/autoconf.h> >+#include <generated/autoconf.h> > #else > #include <linux/config.h> > #endif >diff -Naur old/work/vpnclient/linuxcniapi.c new/work/vpnclient/linuxcniapi.c >--- old/work/vpnclient/linuxcniapi.c 2010-04-06 16:30:17.774172371 +0200 >+++ new/work/vpnclient/linuxcniapi.c 2010-04-06 16:20:06.000000000 +0200 >@@ -11,7 +11,7 @@ > ***************************************************************************/ > #include <linux/version.h> > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15) >-#include <linux/autoconf.h> >+#include <generated/autoconf.h> > #else > #include <linux/config.h> > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 402717
: 301349