Author: rmh Date: 2006-01-25 18:14:25 +0000 (Wed, 25 Jan 2006) New Revision: 1102
Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/ioctls.h Log: bits/ioctls.h: #define TAB3 XTABS, as per termios(3). Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/ioctls.h =================================================================== --- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/ioctls.h 2006-01-25 12:49:41 UTC (rev 1101) +++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/ioctls.h 2006-01-25 18:14:25 UTC (rev 1102) @@ -276,7 +276,8 @@ #define TAB0 0x00000000 #define TAB1 0x00000400 /* tty 37 */ #define TAB2 0x00000800 -#define XTABS 0x00000c00 /* expand tabs on output */ +#define TAB3 0x00000c00 +#define XTABS TAB3 /* expand tabs on output */ #define CRDELAY 0x00003000 /* \r delay */ #define CR0 0x00000000 #define CR1 0x00001000 /* tn 300 */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]