15 lines
351 B
Text
15 lines
351 B
Text
$NetBSD: patch-ao,v 1.2 2012/09/09 19:49:45 dholland Exp $
|
|
|
|
Support Dragonfly.
|
|
|
|
--- 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
|
|
|