]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Warn about ioctl collision
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Apr 2002 06:10:58 +0000 (23:10 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 22 Apr 2002 06:10:58 +0000 (23:10 -0700)
Pavel Machek <pavel@ucw.cz>: Warn about ioctl collision:
  Hi!

  It is probably too late to fix it properly, but warning is better than
  nothing. (It confused the hell out of me...)
   Pavel

include/asm-i386/ioctls.h

index 9fc340a8aac281d74c2564f3ad8d79ee55864077..97b41f2feddb2dc32d1d2f60cbccc118e0325200 100644 (file)
@@ -6,7 +6,7 @@
 /* 0x54 is just a magic number to make these relatively unique ('T') */
 
 #define TCGETS         0x5401
-#define TCSETS         0x5402
+#define TCSETS         0x5402 /* Clashes with SNDCTL_TMR_START sound ioctl */
 #define TCSETSW                0x5403
 #define TCSETSF                0x5404
 #define TCGETA         0x5405