* update_wtmp.c (ptyint_update_wtmpx): Add missing semi-colon in
authorEzra Peisach <epeisach@mit.edu>
Tue, 1 May 2001 14:59:25 +0000 (14:59 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 1 May 2001 14:59:25 +0000 (14:59 +0000)
  code path if PTY_UTMP_E_EXIT and PTY_UTMPX_E_EXIT exist.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13223 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/update_wtmp.c

index cb191a54f9caf7299a601bb95c5d47a7d9a441fd..da11c08e319dcc414baa6c5419e98a4e05d87507 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-01  Ezra Peisach  <epeisach@mit.edu>
+
+       * update_wtmp.c (ptyint_update_wtmpx): Add missing semi-colon in
+       code path if PTY_UTMP_E_EXIT and PTY_UTMPX_E_EXIT exist.
+
 2001-04-30  Tom Yu  <tlyu@mit.edu>
 
        * configure.in: Fix some quoting of shell variables when passing
index aa47322fc548ecc4d7aee8fc76189897c14d3804..f557d3602ad0b86e7c332cb6ba8f20ff1501ef63 100644 (file)
@@ -82,7 +82,7 @@ ptyint_update_wtmpx(struct utmpx *ent)
 #if defined(PTY_UTMP_E_EXIT) && defined(PTY_UTMPX_E_EXIT)
     ut.ut_exit.PTY_UTMP_E_EXIT = ent->ut_exit.PTY_UTMPX_E_EXIT;
     ut.ut_exit.PTY_UTMP_E_TERMINATION =
-       ent->ut_exit.PTY_UTMPX_E_TERMINATION
+       ent->ut_exit.PTY_UTMPX_E_TERMINATION;
 #endif
 #endif /* !HAVE_GETUTMP */