summaryrefslogtreecommitdiff
path: root/package/net-tools/patches/patch-lib_inet_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-28 17:30:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-28 17:30:36 +0100
commit89551d9a7633d83d45fb22316153dee7cd898fbc (patch)
treefe55cf46df70e534a912831f3288bd9b2400835f /package/net-tools/patches/patch-lib_inet_c
parent320e16528ea6a9eba54bac0161e2331093075647 (diff)
parent7051ba973da28f456659ced479c731a61a624a85 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/net-tools/patches/patch-lib_inet_c')
-rw-r--r--package/net-tools/patches/patch-lib_inet_c11
1 files changed, 11 insertions, 0 deletions
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);
+ }
+
+