summaryrefslogtreecommitdiff
path: root/net-misc/ipsorcery/files/ipsorcery-2.0.9-_BSD_SOURCE.patch
blob: ef0fca666f6cebf6d9d5cb18f7938643ff19e38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/wand.h
+++ b/wand.h
@@ -19,8 +19,8 @@
 #ifndef _WAND_H
 #define _WAND_H
 
-#ifndef _BSD_SOURCE
-#define _BSD_SOURCE
+#ifndef _DEFAULT_SOURCE
+#define _DEFAULT_SOURCE
 #endif
 
 #ifndef __FAVOR_BSD