summaryrefslogtreecommitdiff
path: root/net/ttt/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/ttt/patches/patch-ac')
-rw-r--r--net/ttt/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/ttt/patches/patch-ac b/net/ttt/patches/patch-ac
deleted file mode 100644
index db198782c4e..00000000000
--- a/net/ttt/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$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 },
- };