12345678910111213 |
- $OpenBSD: patch-xmalloc_c,v 1.1 2012/01/08 00:12:13 sthen Exp $
- --- xmalloc.c.orig Sun Jan 8 00:04:35 2012
- +++ xmalloc.c Sun Jan 8 00:04:44 2012
- @@ -24,7 +24,7 @@
- */
- #include <stdio.h>
- #include <string.h>
- -extern char *malloc(), *realloc();
- +#include <stdlib.h>
-
- char *xmalloc (int size)
- {
|