mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
linknx: bump to new version on new repo
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
@@ -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 <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
#include <errno.h>
|
||||
+#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user