summaryrefslogtreecommitdiffstats
path: root/src/util/pty/ChangeLog
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1995-10-15 18:58:16 +0000
committerSam Hartman <hartmans@mit.edu>1995-10-15 18:58:16 +0000
commitbfdaf70927d488ea1ea34be830180242efbac3f6 (patch)
tree0d955ebf4c7a1c8620905d0caa5ebbc317b0feed /src/util/pty/ChangeLog
parent2a3681258a507602160a4e4e099c1d22129791f2 (diff)
downloadkrb5-bfdaf70927d488ea1ea34be830180242efbac3f6.tar.gz
krb5-bfdaf70927d488ea1ea34be830180242efbac3f6.tar.xz
krb5-bfdaf70927d488ea1ea34be830180242efbac3f6.zip
Add return statement
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6969 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/ChangeLog')
-rw-r--r--src/util/pty/ChangeLog26
1 files changed, 5 insertions, 21 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index f581373ca..06158291d 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,28 +1,12 @@
-Fri Sep 29 14:18:03 1995 Theodore Y. Ts'o <tytso@dcl>
+Sat Oct 14 20:49:40 1995 Sam Hartman <hartmans@tertius.mit.edu>
- * configure.in:
- * Makefile.in: Use the SubdirLibraryRule defined in aclocal.m4 to
- create the DONE file (and to properly clean it up).
+ * update_wtmp.c (ptyint_update_wtmp): Insert fallback path for Sunos and others, return defined value.
-Mon Sep 25 16:42:36 1995 Theodore Y. Ts'o <tytso@dcl>
- * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
- Makefile.
+Fri Aug 11 17:49:36 1995 Samuel D Hartman (hartmans@vorlon)
-Thu Sep 7 19:13:05 1995 Mark Eichin <eichin@cygnus.com>
-
- * update_utmp.c: ultimately fall back to /etc/utmp for UTMP_FILE,
- if it is still missing after all previous efforts.
- * update_wtmp.c: /usr/adm/wtmp for WTMP_FILE likewise.
-
-Thu Aug 24 18:40:48 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * .Sanitize: Update file list
-
-Tue Aug 15 21:42:16 1995 <tytso@rsts-11.mit.edu>
-
- * update_wtmp.c (ptyint_update_wtmp): If EMPTY is not defined,
- then set ut.ut_type to 0 instead.
+ * update_wtmp.c (ptyint_update_wtmp): If EMPTY not defined as a
+ utmp type, use DEAD_PROCESS.
Fri Aug 11 15:49:30 1995 Sam Hartman <hartmans@tertius.mit.edu>