Subject: Re: xntpd
To: Tom Javen <tomja@InnoTrac.fi>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: current-users
Date: 02/28/1999 11:29:10
In message <Pine.LNX.3.96.990228194957.13306A-100000@data.innotrac.fi>,
Tom Javen  writes:
>On Sun, 28 Feb 1999, Jonathan Stone wrote:

>> If that breaks the subsequen FSETOWN fcntl() then I guess you should
>> send a PR.
>it breaks

Please send a PR (if you havent already).


>> Failing that, you could try using /dev/dty0 instead...
>How is this different from tty00 ? they both are (seems to be) the same
>crw-------  1 uucp  wheel    8,   0 Feb 28 12:32 /dev/tty00
>crw-------  1 uucp  wheel    8,   0 Feb 03 22:44 /dev/dty00

i386 MAKEDEV says the minor numbers on the dialout devices are
supposed to be 0x80000 (524288) higher than the dialin side.  On
-current, anyway. Is your MAKEDEV up-to-date? I'd make sure,
and then (in /dev) rerun      /bin/sh MAKEDEV tty0 tty1 tty2 tty3