Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63723 Details for
Bug 89458
net-analyzer/iptraf-2.7.0-r1 fails to compile with sys-kernel/linux-headers-2.6.11-r2, works with linux-headers-2.6.8.1-r4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
iptraf-2.7.0-2.6.patch
iptraf-2.7.0-2.6.patch (text/plain), 1.59 KB, created by
Gustavo Felisberto (RETIRED)
on 2005-07-18 12:20:07 UTC
(
hide
)
Description:
iptraf-2.7.0-2.6.patch
Filename:
MIME Type:
Creator:
Gustavo Felisberto (RETIRED)
Created:
2005-07-18 12:20:07 UTC
Size:
1.59 KB
patch
obsolete
>diff -ur iptraf-2.7.0/src/packet.c iptraf-2.7.0-2.6.11-r2/src/packet.c >--- iptraf-2.7.0/src/packet.c 2005-07-17 05:45:44.000000000 +0200 >+++ iptraf-2.7.0-2.6.11-r2/src/packet.c 2005-07-17 05:43:50.000000000 +0200 >@@ -32,6 +32,9 @@ > #include <sys/time.h> > #include <net/if_arp.h> > #include <net/if.h> >+#ifdef _NET_IF_H >+#define _LINUX_IF_H >+#endif > #include <sys/ioctl.h> > #include <linux/if_packet.h> > #include <linux/if_ether.h> >diff -ur iptraf-2.7.0/src/tcptable.h iptraf-2.7.0-2.6.11-r2/src/tcptable.h >--- iptraf-2.7.0/src/tcptable.h 2001-12-28 03:16:39.000000000 +0100 >+++ iptraf-2.7.0-2.6.11-r2/src/tcptable.h 2005-07-17 05:44:02.000000000 +0200 >@@ -20,11 +20,15 @@ > #include <arpa/inet.h> > #include <net/if_arp.h> > #include <asm/types.h> >+#include <net/if.h> >+#ifdef _NET_IF_H >+#define _LINUX_IF_H >+#endif > #include <linux/if_packet.h> > #include <linux/if_ether.h> > #include <linux/if_fddi.h> > #include <linux/if_tr.h> >-#include <net/if.h> >+//#include <net/if.h> > #include <netinet/ip.h> > #include <netinet/udp.h> > #include "servname.h" >diff -ur iptraf-2.7.0/src/othptab.c.orig iptraf-2.7.0/src/othptab.c >--- iptraf-2.7.0/src/othptab.c.orig 2005-07-18 20:06:35.000000000 +0100 >+++ iptraf-2.7.0/src/othptab.c 2005-07-18 20:07:25.000000000 +0100 >@@ -17,15 +17,12 @@ > ***/ > > #include <asm/types.h> >-#include <linux/if_ether.h> >-#include <linux/if_tr.h> >-#include <linux/if_fddi.h> > #include <netinet/ip6.h> > #include <netinet/icmp6.h> > #include <winops.h> >+#include "tcptable.h" > #include "arphdr.h" > #include "options.h" >-#include "tcptable.h" > #include "othptab.h" > #include "deskman.h" > #include "attrs.h" >
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 89458
:
63582
|
63610
| 63723