blob: 915cb7131a37e4c6e49611ec9ad7c33aabefcdff (
plain)
| 1
2
3
4
5
6
7
8
9
10
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);
 }
 
 
 |