summaryrefslogtreecommitdiff
path: root/net/nocol/patches/patch-ao
blob: 4262b68e5d319f4a3d239402f38238816854ba68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ao,v 1.1 2005/12/27 13:47:11 joerg Exp $

--- etherload/os.h.orig	2005-12-18 20:29:45.000000000 +0000
+++ etherload/os.h
@@ -92,7 +92,7 @@
 # define USE_BPF
 #endif
 
-#if defined(FREEBSD) || defined(__FreeBSD__)
+#if defined(FREEBSD) || defined(__FreeBSD__) || defined(__DragonFly__)
 # define USE_BPF
 #endif