home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xntp3.zip / xntpdc / x.pat < prev   
Text File  |  1992-08-29  |  2KB  |  65 lines

  1. RCS file: RCS/ntpdc.c,v
  2. retrieving revision 1.1
  3. rdiff -c -r1.1 ntpdc.c
  4. *** /tmp/,RCSt1a19111    Wed Aug 26 10:06:50 1992
  5. --- ntpdc.c    Mon Aug 17 12:36:44 1992
  6. ***************
  7. *** 329,335
  8.       if (sockfd == -1)
  9.           error("socket", "", "");
  10.       
  11. ! #if !defined(hpux)
  12.   #ifdef SO_RCVBUF
  13.       rbufsize = INITDATASIZE + 2048;    /* 2K for slop */
  14.       if (setsockopt(sockfd, SOL_SOCKET, SO_RCVBUF,
  15.  
  16. --- 329,335 -----
  17.       if (sockfd == -1)
  18.           error("socket", "", "");
  19.       
  20. ! #if (HPUX < 8)
  21.   #ifdef SO_RCVBUF
  22.       rbufsize = INITDATASIZE + 2048;    /* 2K for slop */
  23.       if (setsockopt(sockfd, SOL_SOCKET, SO_RCVBUF,
  24. ***************
  25. *** 821,827
  26.       struct parse pcmd;
  27.       int ntok;
  28.       int i;
  29. ! #if defined(hpux) || defined(sun) || defined(ultrix)
  30.       void (*oldintr)();
  31.   #else
  32.       int (*oldintr)();
  33.  
  34. --- 821,827 -----
  35.       struct parse pcmd;
  36.       int ntok;
  37.       int i;
  38. ! #if defined(HPUX) || defined(sun) || defined(ultrix)
  39.       void (*oldintr)();
  40.   #else
  41.       int (*oldintr)();
  42. RCS file: RCS/ntpdc_ops.c,v
  43. retrieving revision 1.1
  44. rdiff -c -r1.1 ntpdc_ops.c
  45. *** /tmp/,RCSt1a19114    Wed Aug 26 10:07:03 1992
  46. --- ntpdc_ops.c    Mon Aug 17 13:27:14 1992
  47. ***************
  48. *** 2102,2108
  49.       { REFCLK_GOES_TRAK,    "TRAK Microwave GOES clock (6)" },
  50.       { REFCLK_CHU,        "Direct synced to CHU (7)" },
  51.       { REFCLK_DCF77,        "DCF77 Mainflingen/Frankfurt, Germany (8)" },
  52. !     { REFCLK_WWVB_SPECTRACOM_HP, "Spectracom WWVB HP clock (9)" },
  53.       { -1,            "" }
  54.   };
  55.   
  56.  
  57. --- 2102,2108 -----
  58.       { REFCLK_GOES_TRAK,    "TRAK Microwave GOES clock (6)" },
  59.       { REFCLK_CHU,        "Direct synced to CHU (7)" },
  60.       { REFCLK_DCF77,        "DCF77 Mainflingen/Frankfurt, Germany (8)" },
  61. !     { REFCLK_GPS_MX4200,    "MX4200 GPS clock (9)" },
  62.       { -1,            "" }
  63.   };
  64.   
  65.