aboutsummaryrefslogtreecommitdiff
path: root/net/sniffit/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-25 19:46:57 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-25 19:46:57 +0000
commitc1a3bd12af490b3d910b059f1a921a3d7bfd67f6 (patch)
tree0d900824f336ca75c0629bb21fbd3c3b2ebfe735 /net/sniffit/files
parentbe248a0a05e531f323e546ea13373845d5e07c84 (diff)
downloadports-c1a3bd12af490b3d910b059f1a921a3d7bfd67f6.tar.gz
ports-c1a3bd12af490b3d910b059f1a921a3d7bfd67f6.zip
Support more network interfaces, bump PORTREVISION.
PR: 33162 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=52171
Diffstat (limited to 'net/sniffit/files')
-rw-r--r--net/sniffit/files/patch-0312
1 files changed, 7 insertions, 5 deletions
diff --git a/net/sniffit/files/patch-03 b/net/sniffit/files/patch-03
index cdae155e058d..b38614437ce7 100644
--- a/net/sniffit/files/patch-03
+++ b/net/sniffit/files/patch-03
@@ -1,13 +1,15 @@
---- sn_data.h.orig Sun Aug 16 23:29:35 1998
-+++ sn_data.h Sun Aug 16 23:30:48 1998
-@@ -38,8 +38,8 @@
+--- sn_data.h.orig Tue Dec 4 10:16:59 2001
++++ sn_data.h Tue Dec 4 10:20:02 2001
+@@ -38,9 +38,9 @@
char *NETDEV[]={"ppp","ed"};
int HEADSIZE[]={4 ,14};
*/
-#define NETDEV_NR 1
-char *NETDEV[]={"ed"};
+-int HEADSIZE[]={14};
+#define NETDEV_NR 6
-+char *NETDEV[]={"fxp","de","ed","ppp","tun","lo"};
- int HEADSIZE[]={14};
++char *NETDEV[]={"fxp","de","ed","ppp","tun","lo"};
++int HEADSIZE[]={14 ,14 ,14 ,4 ,4 ,4 };
#endif
+ #ifdef BSDI /* ppp: 4 or 0 ? */