aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-24 14:31:03 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-24 14:31:03 +0000
commit8c0c3e6dc4b2f7ba94771ff1fcf6adc332f42fde (patch)
tree2057c46f81d58277a901b55128f603de43468c20 /ChangeLog
parentc3f556889baf6269787fa847470c46ef2a378c85 (diff)
downloadglibc-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eb64da366..4588896460 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.