Subject: Re: Why doesn't xntpd resynchronize?
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 08/19/1999 11:29:18
On Thu, 19 Aug 1999, Ken Hornstein wrote:

> The thing to do in that case is to simply version the old system calls.
> Old binaries will continue to use the old system call numbers, but new
> binaries will use the newer system calls.

I see. COMPAT_14? 
 
> But are we talking about the same thing?
> 
> % grep timer_gettime *
> syscalls.master: 238     UNIMPL          timer_gettime

Oh, yeah, that. I never had the chance to worry about that, since the
distribution wouldn't even build without disabling the search for
HAVE_TIMER_SETTIME. Dumb luck. :-)