summaryrefslogtreecommitdiff
path: root/multimedia/nxtvepg/files/patch-epgctl::debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/nxtvepg/files/patch-epgctl::debug.h')
-rw-r--r--multimedia/nxtvepg/files/patch-epgctl::debug.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/nxtvepg/files/patch-epgctl::debug.h b/multimedia/nxtvepg/files/patch-epgctl::debug.h
deleted file mode 100644
index 496eb72eb01d..000000000000
--- a/multimedia/nxtvepg/files/patch-epgctl::debug.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- epgctl/debug.h.orig Tue Sep 17 17:23:00 2002
-+++ epgctl/debug.h Sun Jan 5 23:11:30 2003
-@@ -207,7 +207,7 @@
- #define xmalloc(SIZE) chk_malloc((SIZE),__FILE__,__LINE__)
- #define xfree(PTR) chk_free(PTR)
- #else
--#include <malloc.h>
-+#include <stdlib.h>
- void * xmalloc( size_t size );
- #define xfree(PTR) free(PTR)
- #endif