]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Oct 1998 07:51:40 +0000 (07:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Oct 1998 07:51:40 +0000 (07:51 +0000)
1998-10-15  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
have all types defined.
Patch by Matti Aarnio <matti.aarnio@sonera.fi>.

ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/ioctls.h

index 59ec54123a9b02b60a455ce389021963f4e30352..5ac17decae894605ba87675b2c107c9d4271b419 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
+       have all types defined.
+       Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
+
 1998-10-08  Paul Eggert  <eggert@twinsun.com> 
 
        * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r. 
index a30035cee57229fd53e6bd4398f663605ef79c1c..7096b5a76aedc00c698cdd7a7722bbec2de937be 100644 (file)
@@ -20,6 +20,9 @@
 # error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
 #endif
 
+/* Get the necessary definitions.  */
+#include <termios.h>
+
 /* Use the definitions from the kernel header files.  */
 #include <asm/ioctls.h>