diff options
Diffstat (limited to 'packages/mc/mc-4.6.2/mhl-stdbool.patch')
-rw-r--r-- | packages/mc/mc-4.6.2/mhl-stdbool.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/mc/mc-4.6.2/mhl-stdbool.patch b/packages/mc/mc-4.6.2/mhl-stdbool.patch deleted file mode 100644 index 43ada3508f..0000000000 --- a/packages/mc/mc-4.6.2/mhl-stdbool.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: mc-4.6.2/mhl/types.h -=================================================================== ---- mc-4.6.2.orig/mhl/types.h 2009-02-01 19:30:21.000000000 +0000 -+++ mc-4.6.2/mhl/types.h 2009-02-22 16:45:06.000000000 +0000 -@@ -7,10 +7,6 @@ - #ifndef __MHL_TYPES_H - #define __MHL_TYPES_H - --typedef enum --{ -- false = 0, -- true = 1 --} bool; -+#include <stdbool.h> - - #endif |