openbsd-ports/net/olsrd/patches/patch-src_defs_h
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
413 B
Plaintext

$OpenBSD: patch-src_defs_h,v 1.1.1.1 2005/05/22 14:44:45 robert Exp $
--- src/defs.h.orig Fri Apr 1 07:14:22 2005
+++ src/defs.h Wed May 18 01:16:36 2005
@@ -160,7 +160,7 @@ int olsr_udp_port;
int ioctl_s;
/* routing socket */
-#if defined __FreeBSD__ || defined __MacOSX__ || defined __NetBSD__
+#if defined __FreeBSD__ || defined __MacOSX__ || defined __NetBSD__ || defined __OpenBSD__
int rts;
#endif