* Warn about ioctl collision
@ 2002-04-03 22:18 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2002-04-03 22:18 UTC (permalink / raw)
To: Rusty trivial patch monkey Russell, kernel list
Hi!
It is probably too late to fix it properly, but warning is better than
nothing. (It confused the hell out of me...)
Pavel
--- clean.2.5/include/asm-i386/ioctls.h Fri Jul 24 20:10:16 1998
+++ linux/include/asm-i386/ioctls.h Thu Oct 25 13:24:35 2001
@@ -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
--
(about SSSCA) "I don't say this lightly. However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-03 22:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-03 22:18 Warn about ioctl collision Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox