diff options
author | ed <ed@FreeBSD.org> | 2010-01-14 05:35:32 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-01-14 05:35:32 +0000 |
commit | c47f4ccef36eabbc9ea7c65e2a8e9b2e9814d08a (patch) | |
tree | cca50b6992f3e458c9b643cfea07b527623e9879 /ObsoleteFiles.inc | |
parent | 47afb8a1a7c815fd4e3f38832563ee8e7bae7e89 (diff) | |
download | FreeBSD-src-c47f4ccef36eabbc9ea7c65e2a8e9b2e9814d08a.zip FreeBSD-src-c47f4ccef36eabbc9ea7c65e2a8e9b2e9814d08a.tar.gz |
Phase out ttyslot(3).
The ttyslot() function was originally part for SUSv1, marked LEGACY in
SUSv2 and removed later on. This function only makes sense when using
utmp(5), because it was used to determine the offset of the record for
the controlling TTY. It makes little sense to keep it here, because the
new utmpx file format doesn't index based on TTY slots.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 008b15e..5dc0e3e 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,8 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100114: removal of ttyslot(3) +OLD_FILES+=usr/share/man/man3/ttyslot.3.gz # 20100113: remove utmp.h, replace it by utmpx.h OLD_FILES+=usr/share/man/man3/login.3.gz OLD_FILES+=usr/share/man/man3/logout.3.gz |