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

  1. Path: sparky!uunet!olivea!spool.mu.edu!agate!ucbvax!DIKU.DK!thorinn
  2. From: thorinn@DIKU.DK (Lars Henrik Mathiesen)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: bug in util/tickadj.c on MIPS RISCos
  5. Message-ID: <9301060853.AA17932@tyr.diku.dk>
  6. Date: 6 Jan 93 08:53:12 GMT
  7. References: <9301060102.AA18395@seidc.sei.com>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: inet
  10. Organization: The Internet
  11. Lines: 24
  12.  
  13. Guntram,
  14.  
  15. I am not quite sure what has happened in the tickadj source, but in my
  16. older copy that error message is inside '#ifdef sun' --- in fact, on
  17. non-Suns it gives an error if you use the -p option. I am almost
  18. certain that this is _not_ a local change.
  19.  
  20. There is a considerable amount of unnecessarily complex AUX hackery
  21. involving the kernel namelist. I do not see the why there has to be a
  22. differently named, but essentially identical list of offsets to use
  23. with the AUX namelist --- it just leaves out K_DOSYNC and K_NOPRINTF,
  24. and includes an **unused** X_V. The static initializer evidently
  25. works, so why not just use '#ifdef' to get the right names in there?
  26. There is no harm in looking for extra stuff, and if the "v" variable
  27. really is necessary, it can be added to the global list and ignored on
  28. all other systems.
  29.  
  30. Could the person that sent in the AUX changes enlighten us as to the
  31. reasons? And where did the '#ifdef sun's go?
  32.  
  33. Can anybody confirm, by the way, that frobbing the kernel _noprintf
  34. variable is interesting iff defined(sun)?
  35.  
  36. Lars Mathiesen (U of Copenhagen CS Dep) <thorinn@diku.dk> (Humour NOT marked)
  37.