*** Library/Implementation/HTTCP.c		Sun Sep 25 14:53:39 1994
--- Library/Implementation/HTTCP.c.patch	Tue Nov  8 11:12:38 1994
***************
*** 805,810 ****
--- 805,811 ----
      }
  
      /* If everything else has failed then try getdomainname */
+ #ifndef sco
      if (!got_it) {
  	if (getdomainname(name, MAXHOSTNAMELEN)) {
  	    if (TRACE)
***************
*** 822,827 ****
--- 823,829 ----
  	    StrAllocCat(hostname, domain);
  	}
      }
+ #endif /* not sco */
  #endif /* not VMS */
  
      {
