mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
331 B
Plaintext
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)
|
|
{
|