aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/Symbol.map
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-14 05:35:32 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-14 05:35:32 +0000
commit88b69f52ee074783e019b5ab2ba0c63e8a3fd2e7 (patch)
treecca50b6992f3e458c9b643cfea07b527623e9879 /lib/libc/gen/Symbol.map
parent646420c8dcca3bac0716c94cd849473dc4bdff0f (diff)
downloadsrc-88b69f52ee074783e019b5ab2ba0c63e8a3fd2e7.tar.gz
src-88b69f52ee074783e019b5ab2ba0c63e8a3fd2e7.zip
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.
Notes
Notes: svn path=/head/; revision=202274
Diffstat (limited to 'lib/libc/gen/Symbol.map')
-rw-r--r--lib/libc/gen/Symbol.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
index 534c81acffd4..42404bcc277c 100644
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -272,7 +272,6 @@ FBSD_1.0 {
openlog;
closelog;
setlogmask;
- ttyslot;
ttyname_r;
ttyname;
timezone;