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:
@@ -51,7 +51,7 @@ utmpx_update(struct utmpx *ut, char *line, const char *user, const char *host)
|
|||||||
#ifdef WTMPX_FILE
|
#ifdef WTMPX_FILE
|
||||||
updwtmpx(WTMPX_FILE, ut);
|
updwtmpx(WTMPX_FILE, ut);
|
||||||
#elif defined(WTMP_FILE)
|
#elif defined(WTMP_FILE)
|
||||||
{
|
{ /* XXX should be removed, just drop wtmp support */
|
||||||
struct utmp utmp;
|
struct utmp utmp;
|
||||||
int fd;
|
int fd;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user