summaryrefslogtreecommitdiff
path: root/net/ttt/patches/patch-ac
blob: db198782c4e92ac80dc7c1cac21469db8f32c583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1 2000/12/16 04:02:27 hubertf Exp $

--- net_read.c.orig	Sat Dec 16 04:33:13 2000
+++ net_read.c
@@ -764,6 +764,11 @@
 #endif
 	{ sl_if_print,	DLT_SLIP },
 	{ ppp_if_read,	DLT_PPP },
+#ifdef __NetBSD__
+	{ ppp_if_read,	DLT_PPP_BSDOS },
+	{ ppp_if_read,	DLT_PPP_SERIAL },
+	{ ppp_if_read,	DLT_PPP_ETHER },
+#endif
 	{ null_if_read,	DLT_NULL },
 	{ NULL,			0 },
 };