Files
pkgsrc-ng/net/nocol/patches/patch-ao
2013-09-26 17:14:40 +02:00

16 lines
351 B
Plaintext

$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