summaryrefslogtreecommitdiff
path: root/chat/ircu/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ircu/patches/patch-ai')
-rw-r--r--chat/ircu/patches/patch-ai17
1 files changed, 0 insertions, 17 deletions
diff --git a/chat/ircu/patches/patch-ai b/chat/ircu/patches/patch-ai
deleted file mode 100644
index 8cc1425938e..00000000000
--- a/chat/ircu/patches/patch-ai
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2005/05/12 08:32:51 rillig Exp $
-
-These macros hide the crypt(3) function on NetBSD.
-
---- ircd/ircd_xopen.c.orig Sat Apr 21 23:49:12 2001
-+++ ircd/ircd_xopen.c Thu May 12 10:17:41 2005
-@@ -20,8 +20,10 @@
- */
- #include "config.h"
-
-+#ifndef __NetBSD__
- #define _XOPEN_SOURCE
- #define _XOPEN_VERSION 4
-+#endif
- #include "ircd_xopen.h"
-
- #include <assert.h>