[package] update iptraf to 3.0.1 (#5866)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17646 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-09-20 13:15:49 +00:00
parent 9d038fb0d6
commit 987b192ee2
5 changed files with 80 additions and 95 deletions

View File

@ -1,17 +1,15 @@
diff -urN iptraf-3.0.0/src/othptab.c iptraf-3.0.0.new/src/othptab.c
--- iptraf-3.0.0/src/othptab.c 2005-09-13 08:42:54.000000000 +0200
+++ iptraf-3.0.0.new/src/othptab.c 2009-01-16 15:45:08.000000000 +0100
@@ -17,6 +17,7 @@
***/
--- a/src/othptab.c
+++ b/src/othptab.c
@@ -18,6 +18,7 @@ details.
#include <stdlib.h>
#include <asm/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <linux/if_ether.h>
#include <linux/if_tr.h>
#include <linux/if_fddi.h>
diff -urN iptraf-3.0.0/src/tr.c iptraf-3.0.0.new/src/tr.c
--- iptraf-3.0.0/src/tr.c 2005-09-13 08:42:54.000000000 +0200
+++ iptraf-3.0.0.new/src/tr.c 2009-01-16 15:47:47.000000000 +0100
--- a/src/tr.c
+++ b/src/tr.c
@@ -7,6 +7,7 @@
*/