From 7c520cd3ad42f5d94a9888bb9b3db7c79b6fd94f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 2 Jun 2009 22:09:53 +0200 Subject: fix regressions for allconfig alix1c glibc target --- package/tmsnc/patches/patch-src_core_h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/tmsnc/patches/patch-src_core_h (limited to 'package/tmsnc/patches/patch-src_core_h') diff --git a/package/tmsnc/patches/patch-src_core_h b/package/tmsnc/patches/patch-src_core_h new file mode 100644 index 000000000..d694f3884 --- /dev/null +++ b/package/tmsnc/patches/patch-src_core_h @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- tmsnc-0.3.2.orig/src/core.h 2006-10-17 13:09:56.000000000 +0200 ++++ tmsnc-0.3.2/src/core.h 2009-06-02 01:17:44.000000000 +0200 +@@ -108,7 +108,7 @@ unsigned int swapInt(unsigned int); + unsigned long long swapLongLong(unsigned long long); + int wait_for_input(int, unsigned int); + char *split(char *, char, int); +-int getline(char *, int, int); ++int getline2(char *, int, int); + + /* ssl.c */ + int https_auth(char *, int, char *, char *, char *, char *, char *, int, -- cgit v1.2.3