diff options
| author | Khem Raj <raj.khem@gmail.com> | 2009-02-23 13:19:19 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2009-02-23 13:19:19 -0800 |
| commit | 8c2955ce84aa2dacfacdfa96b8d2bfaf08f985d2 (patch) | |
| tree | 01b120afb41cf6fe91c0a093ac38ad7864bb862f /packages/mc/mc-4.6.2/mhl-stdbool.patch | |
| parent | 0773447006cd2aa0b2c3ac364ce6e1c151215087 (diff) | |
| parent | 0f5b41fdc74c6b18d482cab683a7fb2d53b6e3a2 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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, 16 insertions, 0 deletions
diff --git a/packages/mc/mc-4.6.2/mhl-stdbool.patch b/packages/mc/mc-4.6.2/mhl-stdbool.patch new file mode 100644 index 0000000000..43ada3508f --- /dev/null +++ b/packages/mc/mc-4.6.2/mhl-stdbool.patch @@ -0,0 +1,16 @@ +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 |
