blob: 71dff4c85f1f8adfc5957922e212b68eeb40d702 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./libmisc/xmalloc.c.orig 1998-12-28 14:34:56.000000000 -0600
+++ ./libmisc/xmalloc.c 2006-08-12 19:02:51.000000000 -0500
@@ -16,8 +16,6 @@
#include "defines.h"
-extern char *malloc();
-
char *
xmalloc(size_t size)
{
|