summaryrefslogtreecommitdiff
path: root/net/latd/patches/patch-af
blob: 4e49dffe736481c80576f429f897259287e54026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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