+Sun Oct 22 03:48:37 1995 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * update_wtmp.c (ptyint_update_wtmp): Add comments explaining why ifdefs are right.
+
+Sun Oct 22 01:20:52 1995 Sam Hartman <hartmans@infocalypse>
+
+ * update_wtmp.c (ptyint_update_wtmp): Try utx not uts.
+
Mon Oct 16 17:41:45 1995 Sam Hartman <hartmans@tertius.mit.edu>
getutmpx(ent, &utx);
if (host)
strncpy(utx.ut_host, host, sizeof(utx.ut_host) );
- else uts.ut_host[0] = 0;
+ else utx.ut_host[0] = 0;
updwtmpx(WTMPX_FILE, &utx);
#endif
#ifdef HAVE_UPDWTMP
#ifndef HAVE_SETUTXENT
+/* This is already performed byupdwtmpx if present.*/
updwtmp(WTMP_FILE, ent);
#endif /* HAVE_SETUTXENT*/
#else /* HAVE_UPDWTMP */