summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openvpn/files/openvpn-2.1.0-stdbool.patch')
-rw-r--r--net-misc/openvpn/files/openvpn-2.1.0-stdbool.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-misc/openvpn/files/openvpn-2.1.0-stdbool.patch b/net-misc/openvpn/files/openvpn-2.1.0-stdbool.patch
deleted file mode 100644
index ab91159953f9..000000000000
--- a/net-misc/openvpn/files/openvpn-2.1.0-stdbool.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -ru openvpn-2.1.0~/basic.h openvpn-2.1.0/basic.h
---- openvpn-2.1.0~/basic.h 2009-12-19 20:31:43.000000000 +0100
-+++ openvpn-2.1.0/basic.h 2009-12-19 20:31:56.000000000 +0100
-@@ -22,22 +22,11 @@
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-+#include <stdbool.h>
-+
- #ifndef BASIC_H
- #define BASIC_H
-
--/* bool definitions */
--#ifndef bool
--#define bool int
--#endif
--
--#ifndef true
--#define true 1
--#endif
--
--#ifndef false
--#define false 0
--#endif
--
- #define BOOL_CAST(x) ((x) ? (true) : (false))
-
- /* size of an array */