summaryrefslogtreecommitdiff
path: root/app-text/bogosort/files/xmalloc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/bogosort/files/xmalloc.patch')
-rw-r--r--app-text/bogosort/files/xmalloc.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-text/bogosort/files/xmalloc.patch b/app-text/bogosort/files/xmalloc.patch
deleted file mode 100644
index 41545ca34ba8..000000000000
--- a/app-text/bogosort/files/xmalloc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- xmalloc.c.orig 2004-12-15 23:44:16.880786468 +0100
-+++ xmalloc.c 2004-12-15 23:44:21.846546805 +0100
-@@ -68,12 +68,6 @@
- The caller may set it to some other value. */
- int xmalloc_exit_failure = EXIT_FAILURE;
-
--#if __STDC__ && (HAVE_VPRINTF || HAVE_DOPRNT)
--void error (int, int, const char *, ...);
--#else
--void error ();
--#endif
--
- static VOID *
- fixup_null_alloc (n)
- size_t n;