diff options
| author | Tom Yu <tlyu@mit.edu> | 1995-08-04 21:15:20 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1995-08-04 21:15:20 +0000 |
| commit | fa8bfd41040a40546b67e0e8925bfb36c5e41e09 (patch) | |
| tree | 91792e511ca03a5641199da6fd73c94afd75980c /src/util/pty/ChangeLog | |
| parent | 52a8466e197654820cb330a6f8e1aeff63be8424 (diff) | |
* Makefile.in: use libupdate so to not get multiple copies of
object files upon rebuild.
* vhangup.c (ptyint_vhangup): Make sure preprocessor directives
are at left margin.
* open_slave.c (pty_open_slave): Make sure preprocessor directives
are at left margin.
* open_ctty.c (pty_open_ctty): Make sure preprocessor directives
are at left margin.
* cleanup.c (pty_cleanup): Add missing declarations for retval and
fd. Also, align preprocessor directives with left margin.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6421 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/ChangeLog')
| -rw-r--r-- | src/util/pty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index 58bb11c3a..bd625eba0 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,5 +1,17 @@ Fri Aug 4 00:59:20 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU> + * Makefile.in: use libupdate so to not get multiple copies of + object files upon rebuild. + + * vhangup.c (ptyint_vhangup): Make sure preprocessor directives + are at left margin. + + * open_slave.c (pty_open_slave): Make sure preprocessor directives + are at left margin. + + * open_ctty.c (pty_open_ctty): Make sure preprocessor directives + are at left margin. + * cleanup.c (pty_cleanup): Add missing declarations for retval and fd. Also, align preprocessor directives with left margin. |
