2013-09-26 17:14:40 +02:00

15 lines
331 B
Plaintext

$NetBSD: patch-af,v 1.2 2009/02/15 20:12:18 dholland Exp $
--- xmalloc.c.orig 2003-07-21 16:35:31.000000000 -0400
+++ xmalloc.c 2009-02-15 14:47:02.000000000 -0500
@@ -23,8 +23,8 @@
* SOFTWARE.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
-extern char *malloc(), *realloc();
char *xmalloc (int size)
{