/[gcl]/gcl/o/run_process.c
ViewVC logotype

Diff of /gcl/o/run_process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by camm, Sun Sep 18 02:48:59 2005 UTC revision 1.16 by camm, Thu Oct 6 22:43:40 2005 UTC
# Line 358  int    server; Line 358  int    server;
358          struct  hostent *hp;          struct  hostent *hp;
359          struct  sockaddr_in     sock_add;       /* Address of socket          */          struct  sockaddr_in     sock_add;       /* Address of socket          */
360    
361    #ifndef STATIC_LINKING
362          if((hp = gethostbyname(host)) == NULL)          if((hp = gethostbyname(host)) == NULL)
363    #endif
364          {          {
365                  FEerror("No such host.",0);                  FEerror("No such host.",0);
366          }          }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26