home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / games / diyupdate3 / Unix / Diffs / i_net_c next >
Encoding:
Text File  |  1998-07-22  |  248 b   |  18 lines

  1. 29a30,34
  2. > #include <sys/types.h>
  3. > #ifdef __sun
  4. > #include <sys/filio.h>
  5. > #endif
  6. 53a59
  7. > #if (!defined(ntohl) || !defined(ntohs) || !defined(htonl) || !defined(htons))
  8. 66a73
  9. > #endif
  10. 347a355,360
  11. > void I_ShutdownNetwork(void)
  12. > {
  13. > }
  14.