From: Bernd Kuhls Date: Sat, 4 Jan 2014 08:51:10 +0000 (+0100) Subject: transmission: Fix line feeds in patch file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c991fabfcfb1984befc7a9ea5701f7de507b16fb;p=buildroot.git transmission: Fix line feeds in patch file Upstream code has DOS line endings... Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- diff --git a/package/transmission/transmission-01-fix-utypes.patch b/package/transmission/transmission-01-fix-utypes.patch index e67ba6aa09..96403a6c36 100644 --- a/package/transmission/transmission-01-fix-utypes.patch +++ b/package/transmission/transmission-01-fix-utypes.patch @@ -10,12 +10,12 @@ Signed-off-by: Bernd Kuhls --- transmission-2.82.org/third-party/libutp/utypes.h 2013-08-09 04:47:43.000000000 +0200 +++ transmission-2.82/third-party/libutp/utypes.h 2014-01-02 20:17:18.000000000 +0100 @@ -35,8 +35,15 @@ - typedef const char * cstr; - typedef char * str; - --#ifndef __cplusplus --typedef uint8 bool; --#endif + typedef const char * cstr; + typedef char * str; + +-#ifndef __cplusplus +-typedef uint8 bool; +-#endif +//#ifndef __cplusplus +//typedef uint8 bool; +//#endif @@ -26,5 +26,5 @@ Signed-off-by: Bernd Kuhls +typedef uint8 bool; +#endif +#endif - - #endif //__UTYPES_H__ + + #endif //__UTYPES_H__