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

  1. Path: sparky!uunet!paladin.american.edu!gatech!usenet.ins.cwru.edu!agate!ucbvax!sei.com!gwolsk
  2. From: gwolsk@sei.com (Guntram Wolski)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: bug in util/tickadj.c on MIPS RISCos
  5. Message-ID: <9301060102.AA18395@seidc.sei.com>
  6. Date: 6 Jan 93 01:02:57 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: inet
  9. Organization: The Internet
  10. Lines: 39
  11.  
  12.  
  13. Don't know where else to send this minor bug report to, so here goes:
  14.  
  15. I have compiled xntp version 3.1 on a mips box running RISCos 4.52
  16. and when I try to run tickadj I get the message:
  17.  
  18. ./tickadj: namelist can't find `_noprintf'
  19.  
  20. It seems the mips boxes don't have this variable in the kernel.  Maybe
  21. this should be #ifdef'ed in the code:
  22.  
  23.  
  24. *** tickadj.c   Tue Jan  5 16:53:28 1993
  25. --- tickadj.c.fcs       Sun Dec 13 18:41:08 1992
  26. ***************
  27. *** 312,318 ****
  28.                     progname);
  29.                 err++;
  30.         }
  31. ! #if   !defined(_AUX_SOURCE) && !defined(mips)
  32.         if (nl[K_NOPRINTF].n_value == 0) {
  33.                 (void) fprintf(stderr, "%s: namelist can't find `_noprintf'\n",
  34.                     progname);
  35. --- 312,318 ----
  36.                     progname);
  37.                 err++;
  38.         }
  39. ! #ifndef       _AUX_SOURCE
  40.         if (nl[K_NOPRINTF].n_value == 0) {
  41.                 (void) fprintf(stderr, "%s: namelist can't find `_noprintf'\n",
  42.                     progname);
  43.  
  44.  
  45. --G
  46. --
  47. Guntram Wolski                   gwolsk@sei.com
  48. Silicon Engineering, Inc.        408-438-5331 x112
  49. ...!{sgiblab,ames}!seidc!gwolsk
  50.  
  51.