summaryrefslogtreecommitdiffstats
path: root/lib/libulog/Symbol.map
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-13 18:53:06 +0000
committered <ed@FreeBSD.org>2010-01-13 18:53:06 +0000
commitfee8e21b50dac7cfc13624b364dc2947480b06fd (patch)
treed4c5b51c2df66017f358d1de47d262911d580341 /lib/libulog/Symbol.map
parent55b15dac03499c76fbd5fe0a6b03c5c19cb02165 (diff)
downloadFreeBSD-src-fee8e21b50dac7cfc13624b364dc2947480b06fd.zip
FreeBSD-src-fee8e21b50dac7cfc13624b364dc2947480b06fd.tar.gz
Remove utmpx stub from libulog.
I'm not increasing the shlib major version for this, because not a single application outside the base system should have used these functions in such a short timespan. Rewrite ulog_login(3) and ulog_logout(3) to build on top of the utmpx implementation in libc.
Diffstat (limited to 'lib/libulog/Symbol.map')
-rw-r--r--lib/libulog/Symbol.map7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libulog/Symbol.map b/lib/libulog/Symbol.map
index 38f2df8..e0375ae 100644
--- a/lib/libulog/Symbol.map
+++ b/lib/libulog/Symbol.map
@@ -3,17 +3,10 @@
*/
FBSD_1.2 {
- ulog_endutxent;
- ulog_getutxent;
- ulog_getutxline;
- ulog_getutxuser;
ulog_login;
ulog_login_pseudo;
ulog_logout;
ulog_logout_pseudo;
- ulog_pututxline;
- ulog_setutxent;
- ulog_setutxfile;
addToUtmp;
removeFromUtmp;
OpenPOWER on IntegriCloud