* pty_err.et: Add final "end" statement
authorKen Raeburn <raeburn@mit.edu>
Thu, 29 Aug 2002 09:42:52 +0000 (09:42 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 29 Aug 2002 09:42:52 +0000 (09:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14788 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/pty_err.et

index 19dc8e4895b63d80eee9ca15a6d40aa7bcd1c646..a71bbdbe4bdfef906b00687bf63ce974cab38a1f 100644 (file)
@@ -2,6 +2,8 @@
 
        * Makefile.in: Revert $(S)=>/ change, for Windows support.
 
+       * pty_err.et: Add final "end" statement.
+
 2002-08-23  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
index bad54d9c3e3aeebaecd423cf82ffcabaf3b0e9d3..770cce7a90baee51b57c2f4a15d3f5b44e40fcca 100644 (file)
@@ -46,3 +46,5 @@ error_code PTY_OPEN_SLAVE_REVOKEFAIL, "Failed to revoke slave side of pty"
 
 error_code PTY_UPDATE_UTMP_PROCTYPE_INVALID, "bad process type passed to pty_update_utmp"
 error_code PTY_OPEN_SLAVE_TOOSHORT, "Slave pty name is zero-length"
+
+end