transmission: Fix line feeds in patch file
authorBernd Kuhls <berndkuhls@hotmail.com>
Sat, 4 Jan 2014 08:51:10 +0000 (09:51 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 6 Jan 2014 13:56:22 +0000 (14:56 +0100)
Upstream code has DOS line endings...

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/transmission/transmission-01-fix-utypes.patch

index e67ba6aa09b5fcfd589986071bbc7a7b1120aa25..96403a6c360cfa9d27ea0af956f25ec6b47cf881 100644 (file)
@@ -10,12 +10,12 @@ Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 --- 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;\r
+ typedef char * str;\r
\r
+-#ifndef __cplusplus\r
+-typedef uint8 bool;\r
+-#endif\r
 +//#ifndef __cplusplus
 +//typedef uint8 bool;
 +//#endif
@@ -26,5 +26,5 @@ Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 +typedef uint8 bool;
 +#endif
 +#endif
- #endif //__UTYPES_H__
\r
+ #endif //__UTYPES_H__\r