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

14 lines
303 B
Plaintext

$NetBSD: patch-af,v 1.1 2006/03/14 02:38:16 joerg Exp $
--- moprc.cc.orig 2006-03-14 02:34:38.000000000 +0000
+++ moprc.cc
@@ -51,7 +51,7 @@
#include "interfaces.h"
#include "moprc.h"
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__DragonFly__)
#define ether_addr_octet octet
#endif