Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!neat.cs.toronto.edu!rayan From: rayan@cs.toronto.edu (Rayan Zachariassen) Newsgroups: comp.sys.sgi Subject: Re: NTP Message-ID: <89Oct12.112610edt.3212@neat.cs.toronto.edu> Date: 12 Oct 89 15:27:13 GMT References: <141@ndl.UUCP> Lines: 11 There are at least two NTP implementations for UNIX boxes (one from UMD, one from UofToronto), and the local one at least requires 2 things IRIX doesn't have: - sub-second time setting ability (nominally settimeofday()) - BSD signals Considering gettimeofday() exists, I'm surprised settimeofday() doesn't. It is probably possible to work around these and end up with an NTP that limps along, but it isn't worth the time...