summaryrefslogtreecommitdiff
path: root/net/snort/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/snort/patches/patch-aa')
-rw-r--r--net/snort/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/snort/patches/patch-aa b/net/snort/patches/patch-aa
new file mode 100644
index 00000000000..e815da913f0
--- /dev/null
+++ b/net/snort/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2001/08/22 01:20:26 hubertf Exp $
+
+--- snort.c.orig Tue Jul 10 04:47:17 2001
++++ snort.c
+@@ -1266,6 +1266,10 @@
+
+ break;
+
++#ifdef __NetBSD__
++ case DLT_PPP_SERIAL: /* PPP over serial (async and sync) */
++ case DLT_PPP_ETHER: /* PPP over Ethernet */
++#endif
+ case DLT_PPP: /* point-to-point protocol */
+ if(!pv.readmode_flag)
+ {