80701d3484
- Update to 0.9.8 - Switch to fetch from GitHub because they don't provide tarballs anymore - Fix portlint warnings - Fix some GNUisms (cp -t) - Fix compile error when RTF_CLONING is not defined PR: 240563 Submitted by: myself Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer) MFH: 2019Q4
11 lines
213 B
C
11 lines
213 B
C
--- src/bsd/net.c.orig 2019-08-11 08:09:47 UTC
|
|
+++ src/bsd/net.c
|
|
@@ -124,6 +124,8 @@
|
|
|
|
#include <sys/sysctl.h>
|
|
|
|
+#include "olsr_random.h"
|
|
+
|
|
static int ignore_redir;
|
|
static int send_redir;
|
|
static int gateway;
|