Searched hist:202487 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libc/gen/
H A Dttyslot.cdiff 202487 Sun Jan 17 15:54:28 MST 2010 ed Simplify ttyslot(3).

After comparing how other systems deal with utmp/utmpx, I noticed many
systems don't even care about ttyslot(3) anymore, since utmpx doesn't
use TTY slots anyway. We don't provide any tools to access old utmp
files anymore, so there is no use in letting applications write to a
proper offset within the utmp file.

Just let ttyslot(3) always return 0, which seems to be the default
behaviour on operating systems like Linux as well.

Completed in 74 milliseconds