2015-11-26 17:36:00 +01:00
|
|
|
$NetBSD: patch-af,v 1.3 2015/11/26 16:36:00 jperkin Exp $
|
2015-11-07 23:52:54 +01:00
|
|
|
|
|
|
|
Don't declare own errno.
|
2005-12-16 16:52:03 +01:00
|
|
|
|
2015-11-26 17:36:00 +01:00
|
|
|
--- src/support.c.orig 2015-11-09 16:16:59.000000000 +0000
|
2005-12-16 16:52:03 +01:00
|
|
|
+++ src/support.c
|
2015-11-26 17:36:00 +01:00
|
|
|
@@ -42,7 +42,6 @@ extern gid_t irc_gid;
|
2005-12-16 16:52:03 +01:00
|
|
|
#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();
|