From 6cd8332131fcdd61760ff2714c2a443e4a2a04d3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 27 Dec 2013 18:01:35 +0100 Subject: fix musl compile --- package/net-tools/patches/patch-lib_inet_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/net-tools/patches/patch-lib_inet_c (limited to 'package/net-tools/patches') diff --git a/package/net-tools/patches/patch-lib_inet_c b/package/net-tools/patches/patch-lib_inet_c new file mode 100644 index 000000000..915cb7131 --- /dev/null +++ b/package/net-tools/patches/patch-lib_inet_c @@ -0,0 +1,11 @@ +--- net-tools-1.60.orig/lib/inet.c 2000-05-22 23:27:13.000000000 +0200 ++++ net-tools-1.60/lib/inet.c 2013-12-27 18:00:30.000000000 +0100 +@@ -224,7 +224,7 @@ static int INET_rresolve(char *name, siz + + static void INET_reserror(char *text) + { +- herror(text); ++ perror(text); + } + + -- cgit v1.2.3