(Fopen_network_stream): Use strerror, not gai_strerror.
authorDave Love <fx@gnu.org>
Sun, 19 Sep 1999 15:48:09 +0000 (15:48 +0000)
committerDave Love <fx@gnu.org>
Sun, 19 Sep 1999 15:48:09 +0000 (15:48 +0000)
src/process.c

index 05cb58b..362bb7c 100644 (file)
@@ -1895,7 +1895,7 @@ Fourth arg SERVICE is name of the service desired, or an integer\n\
     if (ret)
       {
        error ("%s/%s %s", XSTRING (host)->data, portstring,
-              gai_strerror (ret));
+              strerror (ret));
       }
     immediate_quit = 0;
   }