]> git.pld-linux.org Git - packages/trafshow.git/commitdiff
- fix includes
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Dec 2000 14:37:21 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    trafshow-glibc.patch -> 1.1

trafshow-glibc.patch [new file with mode: 0644]

diff --git a/trafshow-glibc.patch b/trafshow-glibc.patch
new file mode 100644 (file)
index 0000000..8fb1bbe
--- /dev/null
@@ -0,0 +1,23 @@
+--- trafshow-2.0/linux-include/machine/endian.h~       Sun Apr 13 14:22:58 1997
++++ trafshow-2.0/linux-include/machine/endian.h        Tue Dec 26 02:10:26 2000
+@@ -1,4 +1,4 @@
+-#include <bytesex.h>
++#include <endian.h>
+ #ifndef NTOHL
+ #if BYTE_ORDER == BIG_ENDIAN
+--- trafshow-2.0/trafshow/show.c~      Tue Dec 26 02:11:49 2000
++++ trafshow-2.0/trafshow/show.c       Tue Dec 26 02:13:35 2000
+@@ -22,10 +22,9 @@
+ #include <netinet/in.h>
+ #include <netinet/in_systm.h>
+ #include <netinet/ip.h>
+-#include <netinet/ip_var.h>
++#include <netinet/ip_icmp.h>
+ #include <netinet/udp.h>
+-#include <netinet/udp_var.h>
+-#include <netinet/ip_tcp.h> 
++#include <netinet/tcp.h> 
+ #include <netinet/if_ether.h>
+ #include <pcap.h>
This page took 0.097686 seconds and 4 git commands to generate.