summaryrefslogtreecommitdiff
path: root/package/transmission
diff options
context:
space:
mode:
authorBernd Kuhls <berndkuhls@hotmail.com>2014-01-04 09:51:10 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-06 14:56:22 +0100
commitc991fabfcfb1984befc7a9ea5701f7de507b16fb (patch)
treedd41905f273112bfd209926e6fd2e25ee0f06d33 /package/transmission
parent948b92693dd6ee9ea868b9b613a8ffb71baedb47 (diff)
transmission: Fix line feeds in patch file
Upstream code has DOS line endings... Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/transmission')
-rw-r--r--package/transmission/transmission-01-fix-utypes.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/transmission/transmission-01-fix-utypes.patch b/package/transmission/transmission-01-fix-utypes.patch
index e67ba6aa0..96403a6c3 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 <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;
+ typedef char * str;
+
+-#ifndef __cplusplus
+-typedef uint8 bool;
+-#endif
+//#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__
+
+ #endif //__UTYPES_H__