summaryrefslogtreecommitdiffstats
path: root/source/a/shadow/shadow.gcc34.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/shadow/shadow.gcc34.diff')
-rw-r--r--source/a/shadow/shadow.gcc34.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/a/shadow/shadow.gcc34.diff b/source/a/shadow/shadow.gcc34.diff
new file mode 100644
index 000000000..71dff4c85
--- /dev/null
+++ b/source/a/shadow/shadow.gcc34.diff
@@ -0,0 +1,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)
+ {