pkgsrc/chat/unrealircd/patches/patch-af
jperkin cb28107473 Update chat/unrealircd to 3.2.10.5.
pkgsrc changes:

 - Remove obsolete and broken MESSAGE files.
 - Find zlib correctly when enabled.
 - Add SMF manifest.
 - Update patch files and add comments where necessary.

Upstream changes:

 - This release fixes a SASL Denial of Service issue

Patch provided by Marco Wessel in joyent/pkgsrc#306.
2015-11-26 16:36:00 +00:00

14 lines
385 B
Text

$NetBSD: patch-af,v 1.3 2015/11/26 16:36:00 jperkin Exp $
Don't declare own errno.
--- src/support.c.orig 2015-11-09 16:16:59.000000000 +0000
+++ src/support.c
@@ -42,7 +42,6 @@ extern gid_t irc_gid;
#include <sys/socket.h>
#include <string.h>
#include <utime.h>
-extern int errno; /* ...seems that errno.h doesn't define this everywhere */
#endif
extern void outofmemory();