From 300fd604328c93d2925b321cecba8d094f8638fa Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Thu, 7 Aug 1997 22:19:03 +0000 Subject: enabled values for TIOC?BRK from Linus disabled other TIOC?BRK values, because of the collision with TIOCMIWAIT and TIOCGICOUNT; otherwise you can't compile serial.c --- include/asm-mips/ioctls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/asm-mips/ioctls.h b/include/asm-mips/ioctls.h index c0c3d2dad..d2813722f 100644 --- a/include/asm-mips/ioctls.h +++ b/include/asm-mips/ioctls.h @@ -96,10 +96,8 @@ #define TCSBRKP 0x5486 /* Needed for POSIX tcsendbreak() */ #define TIOCTTYGSTRUCT 0x5487 /* For debugging only */ -#ifdef WHAT_TO_DO_WITH_THIS_DULPLICATE #define TIOCSBRK 0x5427 /* BSD compatibility */ #define TIOCCBRK 0x5428 /* BSD compatibility */ -#endif #define TIOCSERCONFIG 0x5488 #define TIOCSERGWILD 0x5489 @@ -112,7 +110,9 @@ #define TIOCSERSETMULTI 0x5490 /* Set multiport config */ #define TIOCMIWAIT 0x5491 /* wait for a change on serial input line(s) */ #define TIOCGICOUNT 0x5492 /* read serial port inline interrupt counts */ +#if 0 #define TIOCSBRK 0x5491 /* BSD compatibility */ #define TIOCCBRK 0x5492 /* BSD compatibility */ +#endif #endif /* __ASM_MIPS_IOCTLS_H */ -- cgit v1.2.3