summaryrefslogtreecommitdiff
path: root/security/libgcrypt/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgcrypt/patches/patch-ac')
-rw-r--r--security/libgcrypt/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/libgcrypt/patches/patch-ac b/security/libgcrypt/patches/patch-ac
deleted file mode 100644
index 06142d0c695..00000000000
--- a/security/libgcrypt/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.8 2011/07/13 21:21:52 adam Exp $
-
---- src/gcrypt.h.orig 2008-09-18 17:11:53.000000000 +0200
-+++ src/gcrypt.h
-@@ -177,6 +177,11 @@ gcry_err_code_t gcry_error_from_errno (i
- /* This enum is deprecated; it is only declared for the sake of
- complete API compatibility. */
- enum gcry_thread_option
-+#elif defined(__INTERIX)
-+#define _GCRY_PTH_FD_SET fd_set
-+#define _GCRY_PTH_SOCKADDR struct sockaddr
-+#define _GCRY_PTH_SOCKLEN_T int
-+#define _GCRY_PTH_MSGHDR void
- {
- _GCRY_THREAD_OPTION_DUMMY
- } _GCRY_GCC_ATTR_DEPRECATED;