1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/sniffit/files/patch-03
1998-08-17 07:25:18 +00:00

14 lines
331 B
Plaintext

--- 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 @@
char *NETDEV[]={"ppp","ed"};
int HEADSIZE[]={4 ,14};
*/
-#define NETDEV_NR 1
-char *NETDEV[]={"ed"};
+#define NETDEV_NR 6
+char *NETDEV[]={"fxp","de","ed","ppp","tun","lo"};
int HEADSIZE[]={14};
#endif