summaryrefslogtreecommitdiff
path: root/chat/unrealircd/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'chat/unrealircd/patches/patch-ae')
-rw-r--r--chat/unrealircd/patches/patch-ae16
1 files changed, 0 insertions, 16 deletions
diff --git a/chat/unrealircd/patches/patch-ae b/chat/unrealircd/patches/patch-ae
deleted file mode 100644
index 84cd7fe33a0..00000000000
--- a/chat/unrealircd/patches/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2019/02/09 15:23:16 nia Exp $
-
-Don't declare own errno.
-
---- src/socket.c.orig 2019-01-03 08:00:11.000000000 +0000
-+++ src/socket.c
-@@ -25,9 +25,6 @@
- #include <signal.h>
- #include <string.h>
- #include "inet.h"
--#ifndef _WIN32
--extern int errno; /* ...seems that errno.h doesn't define this everywhere */
--#endif
- #include <sys/types.h>
- #ifndef _WIN32
- #include <sys/socket.h>