home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / time / ntp / 1169 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.5 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!ucbvax!sei.com!gwolsk
  2. From: gwolsk@sei.com (Guntram Wolski)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: Re:  bug in util/tickadj.c on MIPS RISCos
  5. Message-ID: <9301080104.AA26216@seidc.sei.com>
  6. Date: 8 Jan 93 01:04:09 GMT
  7. References: <9301070014.aa01166@huey.udel.edu>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: inet
  10. Organization: The Internet
  11. Lines: 42
  12.  
  13. Mills@udel.edu writes:
  14.  > Guntram,
  15.  > 
  16.  > There seems to be a version problem. Your patch fails in an ugly way.
  17.  > There have been a number of patches applied to tickadj.c recently.
  18.  > You should fetch the latest version of xntp3 now on louie.udel.edu
  19.  > and try again. Sorry for the inconvenience.
  20.  
  21. I checked xntp3.tar.Z on louie.udel.edu and it has a date of Dec. 30,
  22. 1992.  Well before I picked up the software.  I realize I did the diff
  23. the wrong way so here is the appropriate diff to be fed to patch:
  24.  
  25. *** tickadj.c.fcs    Sun Dec 13 18:41:08 1992
  26. --- tickadj.c    Tue Jan  5 16:53:28 1993
  27. ***************
  28. *** 312,318 ****
  29.               progname);
  30.           err++;
  31.       }
  32. ! #ifndef    _AUX_SOURCE
  33.       if (nl[K_NOPRINTF].n_value == 0) {
  34.           (void) fprintf(stderr, "%s: namelist can't find `_noprintf'\n",
  35.               progname);
  36. --- 312,318 ----
  37.               progname);
  38.           err++;
  39.       }
  40. ! #if    !defined(_AUX_SOURCE) && !defined(mips)
  41.       if (nl[K_NOPRINTF].n_value == 0) {
  42.           (void) fprintf(stderr, "%s: namelist can't find `_noprintf'\n",
  43.               progname);
  44.  
  45.  
  46.  
  47.  
  48. Hope this helps,
  49. --G
  50. --
  51. Guntram Wolski                   gwolsk@sei.com
  52. Silicon Engineering, Inc.        408-438-5331 x112
  53. ...!{sgiblab,ames}!seidc!gwolsk
  54.  
  55.