* [PATCH] fix x86-64 FIOQSIZE compile error in 2.4.22-pre4
@ 2003-07-11 1:12 Mikael Pettersson
2003-07-11 1:20 ` Andi Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Mikael Pettersson @ 2003-07-11 1:12 UTC (permalink / raw)
To: ak; +Cc: linux-kernel
2.4.22-pre4 added a FIOQSIZE ioctl but the x86-64 ioctls.h
wasn't updated: the result is a compile error is fs/ somewhere
(sorry I forgot exactly where). Fix below.
/Mikael
--- linux-2.4.22-pre4/include/asm-x86_64/ioctls.h.~1~ 2002-11-30 17:12:31.000000000 +0100
+++ linux-2.4.22-pre4/include/asm-x86_64/ioctls.h 2003-07-11 02:04:05.159562760 +0200
@@ -67,6 +67,7 @@
#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
#define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */
#define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */
+#define FIOQSIZE 0x5460
/* Used for packet mode */
#define TIOCPKT_DATA 0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix x86-64 FIOQSIZE compile error in 2.4.22-pre4
2003-07-11 1:12 [PATCH] fix x86-64 FIOQSIZE compile error in 2.4.22-pre4 Mikael Pettersson
@ 2003-07-11 1:20 ` Andi Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2003-07-11 1:20 UTC (permalink / raw)
To: Mikael Pettersson; +Cc: ak, linux-kernel
On Fri, Jul 11, 2003 at 03:12:14AM +0200, Mikael Pettersson wrote:
> 2.4.22-pre4 added a FIOQSIZE ioctl but the x86-64 ioctls.h
> wasn't updated: the result is a compile error is fs/ somewhere
> (sorry I forgot exactly where). Fix below.
Thanks. I will include it in the next update. Haven't tried pre4 yet.
I've carried similar patches for a long time in other trees though.
-Andi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-07-11 1:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-11 1:12 [PATCH] fix x86-64 FIOQSIZE compile error in 2.4.22-pre4 Mikael Pettersson
2003-07-11 1:20 ` Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®