(OLCUC): use 1<<9, since that's what hurd is already using
authorRoland McGrath <roland@gnu.org>
Sat, 24 Jul 1999 00:18:21 +0000 (00:18 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 24 Jul 1999 00:18:21 +0000 (00:18 +0000)
bits/termios.h
sysdeps/generic/bits/termios.h

index aeb40e7..d96a1a8 100644 (file)
@@ -97,7 +97,7 @@ struct termios
 # define ONOEOT        (1 << 3)        /* Discard EOT (^D) on output.  */
 #endif
 #ifdef __USE_GNU
-# define OLCUC (1 << 8)        /* Translate lower case output to upper case */
+# define OLCUC (1 << 9)        /* Translate lower case output to upper case */
 #endif
 
   /* Control modes.  */
index aeb40e7..d96a1a8 100644 (file)
@@ -97,7 +97,7 @@ struct termios
 # define ONOEOT        (1 << 3)        /* Discard EOT (^D) on output.  */
 #endif
 #ifdef __USE_GNU
-# define OLCUC (1 << 8)        /* Translate lower case output to upper case */
+# define OLCUC (1 << 9)        /* Translate lower case output to upper case */
 #endif
 
   /* Control modes.  */