openbsd-ports/net/olsrd/patches/patch-src_unix_ifnet_c
robert 88d4bebfe5 Import olsrd-0.4.9.
The olsr.org OLSR daemon is an implementation of the Optimized Link
State Routing protocol. OLSR is a routing protocol for mobile ad-hoc
networks. The protocol is pro-active, table driven and utilizes a
technique called multipoint relaying for message flooding.
From: Holger Mauermann <holger@mauermann.org>

ok pvalchev@
2005-05-22 14:44:45 +00:00

13 lines
401 B
Plaintext

$OpenBSD: patch-src_unix_ifnet_c,v 1.1.1.1 2005/05/22 14:44:45 robert Exp $
--- src/unix/ifnet.c.orig Mon Mar 7 20:17:02 2005
+++ src/unix/ifnet.c Wed May 18 01:16:36 2005
@@ -40,7 +40,7 @@
*/
-#if defined __FreeBSD__ || defined __MacOSX__ || defined __NetBSD__
+#if defined __FreeBSD__ || defined __MacOSX__ || defined __NetBSD__ || defined __OpenBSD__
#define ifr_netmask ifr_addr
#endif