home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!ucbvax!sei.com!gwolsk
- From: gwolsk@sei.com (Guntram Wolski)
- Newsgroups: comp.protocols.time.ntp
- Subject: Re: bug in util/tickadj.c on MIPS RISCos
- Message-ID: <9301080104.AA26216@seidc.sei.com>
- Date: 8 Jan 93 01:04:09 GMT
- References: <9301070014.aa01166@huey.udel.edu>
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: inet
- Organization: The Internet
- Lines: 42
-
- Mills@udel.edu writes:
- > Guntram,
- >
- > There seems to be a version problem. Your patch fails in an ugly way.
- > There have been a number of patches applied to tickadj.c recently.
- > You should fetch the latest version of xntp3 now on louie.udel.edu
- > and try again. Sorry for the inconvenience.
-
- I checked xntp3.tar.Z on louie.udel.edu and it has a date of Dec. 30,
- 1992. Well before I picked up the software. I realize I did the diff
- the wrong way so here is the appropriate diff to be fed to patch:
-
- *** tickadj.c.fcs Sun Dec 13 18:41:08 1992
- --- tickadj.c Tue Jan 5 16:53:28 1993
- ***************
- *** 312,318 ****
- progname);
- err++;
- }
- ! #ifndef _AUX_SOURCE
- if (nl[K_NOPRINTF].n_value == 0) {
- (void) fprintf(stderr, "%s: namelist can't find `_noprintf'\n",
- progname);
- --- 312,318 ----
- progname);
- err++;
- }
- ! #if !defined(_AUX_SOURCE) && !defined(mips)
- if (nl[K_NOPRINTF].n_value == 0) {
- (void) fprintf(stderr, "%s: namelist can't find `_noprintf'\n",
- progname);
-
-
-
-
- Hope this helps,
- --G
- --
- Guntram Wolski gwolsk@sei.com
- Silicon Engineering, Inc. 408-438-5331 x112
- ...!{sgiblab,ames}!seidc!gwolsk
-
-