Date: Wed, 13 Jan 2010 18:59:51 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src ObsoleteFiles.inc src/lib/libutil Makefile libutil.h login.3 login.c logout.3 logout.c logwtmp.3 logwtmp.c Message-ID: <201001131901.o0DJ16js003679@repoman.freebsd.org>
index | next in thread | raw e-mail
ed 2010-01-13 18:59:51 UTC
FreeBSD src repository
Modified files:
. ObsoleteFiles.inc
lib/libutil Makefile libutil.h
Removed files:
lib/libutil login.3 login.c logout.3 logout.c
logwtmp.3 logwtmp.c
Log:
SVN rev 202216 on 2010-01-13 18:59:51Z by ed
Remove login(3), logout(3) and logwtmp(3) from libutil.
These functions only apply to utmp(5). They cannot be kept intact when
moving towards utmpx. The login(3) function would break, because its
argument is an utmp structure. The logout(3) and logwtmp(3) functions
cannot be used, since they provide a functionality which partially
overlaps.
Increment SHLIB_MAJOR to 9 to indicate the removal.
Revision Changes Path
1.220 +4 -0 src/ObsoleteFiles.inc
1.77 +4 -4 src/lib/libutil/Makefile
1.51 +0 -4 src/lib/libutil/libutil.h
1.11 +0 -67 src/lib/libutil/login.3 (dead)
1.13 +0 -71 src/lib/libutil/login.c (dead)
1.13 +0 -69 src/lib/libutil/logout.3 (dead)
1.13 +0 -74 src/lib/libutil/logout.c (dead)
1.12 +0 -71 src/lib/libutil/logwtmp.3 (dead)
1.23 +0 -99 src/lib/libutil/logwtmp.c (dead)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001131901.o0DJ16js003679>
