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
- Lines: 16
- Date:
Tue May 2 13:05:40 2000
- Orig file:
v2.3.99-pre6/linux/include/asm-ppc/termbits.h
- Orig date:
Wed Mar 10 21:30:32 1999
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)