CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/08 19:32:43
Modified files:
lib/libc/sys : getlogin.2
Log message:
A getlogin() function which used utmp(5) appeared in v7.
This was replaced by a getlogin() system call which Ingo discovered we
incorrectly list as being 4.2BSD when it was introduced in 4.3BSD Reno.
ok schwarze@
