Should just drop wtmp support, make a comment that we should.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22982 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-15 15:54:45 +00:00
parent a65d2977ee
commit 9d195f977d

View File

@@ -51,7 +51,7 @@ utmpx_update(struct utmpx *ut, char *line, const char *user, const char *host)
#ifdef WTMPX_FILE
updwtmpx(WTMPX_FILE, ut);
#elif defined(WTMP_FILE)
{
{ /* XXX should be removed, just drop wtmp support */
struct utmp utmp;
int fd;