Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43481 Details for
Bug 70365
Patch for cisco-vpnclient-3des-4.6.00.0045
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch by James Ward <jennyandjamesward@yahoo.com> submitted to #69870.
supported_device.patch (text/plain), 826 bytes, created by
Sebastian Bergmann (RETIRED)
on 2004-11-07 10:49:47 UTC
(
hide
)
Description:
Patch by James Ward <jennyandjamesward@yahoo.com> submitted to #69870.
Filename:
MIME Type:
Creator:
Sebastian Bergmann (RETIRED)
Created:
2004-11-07 10:49:47 UTC
Size:
826 bytes
patch
obsolete
>--- interceptor.c.orig 2004-11-02 07:27:19.296825440 -0700 >+++ interceptor.c 2004-11-02 07:22:46.545289976 -0700 >@@ -100,6 +100,24 @@ > .notifier_call = handle_netdev_event, > }; > >+static int >+inline supported_device(struct net_device* dev) >+{ >+ int rc=0; >+ >+ if(dev->type == ARPHRD_ETHER) >+ { >+ rc=1; >+ } >+ else if(dev->type == ARPHRD_PPP) >+ { >+ rc=1; >+ } >+ >+ return rc; >+} >+ >+ > static int __init > interceptor_init(struct net_device *dev) > { >@@ -476,23 +494,6 @@ > s->rc = 0; > } > >-static int >-inline supported_device(struct net_device* dev) >-{ >- int rc=0; >- >- if(dev->type == ARPHRD_ETHER) >- { >- rc=1; >- } >- else if(dev->type == ARPHRD_PPP) >- { >- rc=1; >- } >- >- return rc; >-} >- > > static BINDING * > getbindingbydev(struct net_device *dev)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70365
:
43480
| 43481