aboutsummaryrefslogtreecommitdiff
path: root/lang/mpd/files/patch-csw__asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mpd/files/patch-csw__asm.c')
-rw-r--r--lang/mpd/files/patch-csw__asm.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/mpd/files/patch-csw__asm.c b/lang/mpd/files/patch-csw__asm.c
deleted file mode 100644
index d3b05302241a..000000000000
--- a/lang/mpd/files/patch-csw__asm.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- csw/asm.c.orig Mon Feb 5 11:13:59 2007
-+++ csw/asm.c Sun Feb 4 23:58:49 2007
-@@ -8,21 +8,12 @@
-
- #include "../arch.h"
-
--#if (defined(__linux__) && defined(__ELF__)) || defined(__svr4__)
- #define MPD_BUILD_CONTEXT mpd_build_context
- #define MPD_CHG_CONTEXT mpd_chg_context
- #define MPD_CHECK_STK mpd_check_stk
- #define MPD_STK_OVERFLOW mpd_stk_overflow
- #define MPD_STK_UNDERFLOW mpd_stk_underflow
- #define MPD_STK_CORRUPTED mpd_stk_corrupted
--#else /* other systems use leading underscore */
--#define MPD_BUILD_CONTEXT _mpd_build_context
--#define MPD_CHG_CONTEXT _mpd_chg_context
--#define MPD_CHECK_STK _mpd_check_stk
--#define MPD_STK_OVERFLOW _mpd_stk_overflow
--#define MPD_STK_UNDERFLOW _mpd_stk_underflow
--#define MPD_STK_CORRUPTED _mpd_stk_corrupted
--#endif
-
- #include SFILE
-