patch-lib_inet_c 287 B

1234567891011
  1. --- net-tools-1.60.orig/lib/inet.c 2000-05-22 23:27:13.000000000 +0200
  2. +++ net-tools-1.60/lib/inet.c 2013-12-27 18:00:30.000000000 +0100
  3. @@ -224,7 +224,7 @@ static int INET_rresolve(char *name, siz
  4. static void INET_reserror(char *text)
  5. {
  6. - herror(text);
  7. + perror(text);
  8. }