summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'chat/icb/patches/patch-aw')
-rw-r--r--chat/icb/patches/patch-aw21
1 files changed, 11 insertions, 10 deletions
diff --git a/chat/icb/patches/patch-aw b/chat/icb/patches/patch-aw
index 64cc520c4a9..1f8b54cb791 100644
--- a/chat/icb/patches/patch-aw
+++ b/chat/icb/patches/patch-aw
@@ -1,12 +1,13 @@
-$NetBSD: patch-aw,v 1.1 2005/12/14 13:53:24 joerg Exp $
+$NetBSD: patch-aw,v 1.2 2008/12/17 02:19:59 christos Exp $
---- murgil/clientserve.c.orig 2005-12-13 16:27:16.000000000 +0000
-+++ murgil/clientserve.c
-@@ -11,7 +11,6 @@
- #include "ipcf.h"
- #include "externs.h"
+--- malloc/xmalloc.c.orig 1995-02-24 16:20:43.000000000 -0500
++++ malloc/xmalloc.c 2008-12-16 20:18:01.000000000 -0500
+@@ -20,6 +20,8 @@
+ Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+ #include <stdio.h>
++#include <stdlib.h>
++#include <unistd.h>
+
+ static void memory_error_and_abort ();
--extern int errno;
- int sock;
- fd_set fdr;
- struct Cbuf buf;