From 3448cd93855b0f4869ca470a3bde4a7d5f1ca041 Mon Sep 17 00:00:00 2001 From: Othmar Truniger Date: Thu, 11 Feb 2016 19:00:37 +0100 Subject: linknx: bump to new version on new repo Signed-off-by: Othmar Truniger --- net/linknx/patches/010-musl-compat | 10 ---------- net/linknx/patches/012-fix-linknx.cpp | 11 ----------- 2 files changed, 21 deletions(-) delete mode 100644 net/linknx/patches/010-musl-compat delete mode 100644 net/linknx/patches/012-fix-linknx.cpp (limited to 'net/linknx/patches') diff --git a/net/linknx/patches/010-musl-compat b/net/linknx/patches/010-musl-compat deleted file mode 100644 index 15c757ee0..000000000 --- a/net/linknx/patches/010-musl-compat +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/eibclient.c 2007-10-11 01:55:31.000000000 +0200 -+++ b/src/eibclient.c 2015-06-27 22:18:01.433296921 +0200 -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - - #include "config.h" - diff --git a/net/linknx/patches/012-fix-linknx.cpp b/net/linknx/patches/012-fix-linknx.cpp deleted file mode 100644 index 8394cf12e..000000000 --- a/net/linknx/patches/012-fix-linknx.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/linknx.cpp 2012-06-04 22:12:13.000000000 +0200 -+++ b/src/linknx.cpp 2015-06-27 22:35:23.705721355 +0200 -@@ -136,7 +136,7 @@ - if (errno) - printf (": %s\n", strerror (errno)); - else -- printf ("\n", strerror (errno)); -+ printf ("\n"); - exit (1); - } - -- cgit v1.2.3