patch-2.3.99-pre7 linux/include/asm-ppc/termbits.h

Next file: linux/include/asm-sparc/asm_offsets.h
Previous file: linux/include/asm-ppc/system.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/include/asm-ppc/termbits.h linux/include/asm-ppc/termbits.h
@@ -57,12 +57,9 @@
 #define ICRNL	0000400
 #define IXON	0001000
 #define IXOFF	0002000
-#if defined(__KERNEL__) || defined(__USE_BSD)
-  /* POSIX.1 doesn't want these... */
-# define IXANY		0004000
-# define IUCLC		0010000
-# define IMAXBEL	0020000
-#endif
+#define IXANY		0004000
+#define IUCLC		0010000
+#define IMAXBEL	0020000
 
 /* c_oflag bits */
 #define OPOST	0000001

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)