mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
14 lines
331 B
Plaintext
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
|
|
|