diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-24 14:31:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-24 14:31:03 +0000 |
commit | 8c0c3e6dc4b2f7ba94771ff1fcf6adc332f42fde (patch) | |
tree | 2057c46f81d58277a901b55128f603de43468c20 /ChangeLog | |
parent | c3f556889baf6269787fa847470c46ef2a378c85 (diff) | |
download | glibc-8c0c3e6dc4b2f7ba94771ff1fcf6adc332f42fde.tar glibc-8c0c3e6dc4b2f7ba94771ff1fcf6adc332f42fde.tar.gz glibc-8c0c3e6dc4b2f7ba94771ff1fcf6adc332f42fde.tar.bz2 glibc-8c0c3e6dc4b2f7ba94771ff1fcf6adc332f42fde.zip |
Update.
* termios/cfsetspeed.c: Make code cleaner and add missing const.
Patch by Joe Keane <jgk@jgk.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1998-04-24 Ulrich Drepper <drepper@cygnus.com> + * termios/cfsetspeed.c: Make code cleaner and add missing const. + Patch by Joe Keane <jgk@jgk.org>. + * inet/rcmd.c (__ivaliduser): Check buf for being NULL before free()ing. |