[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#320515: bug confusion?



* GOTO Masanori [Thu, 04 Aug 2005 06:19:13 +0900]:

Hello,

> Looking through this bug, the problem was introduced for compat_ioctl
> - the header used long type accidentally.  I'll check it more.

  Do you have an approximate idea when an upload could happen? Depending
  on your timing, I'd like to adjust the upload of qt-x11-free.

  Also, wouldn't the attached patch be enough? FWIW, xorg-x11 builds
  fine with it applied. Is there any possibility of a quick upload with
  only this patch?

  Thanks in advance,

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Under capitalism, man exploits man.
Under communism, it's just the opposite.
                -- J.K. Galbraith
--- joystick.h
+++ joystick.h
@@ -134,6 +134,7 @@
        struct JS_DATA_TYPE JS_CORR;
 };
 
+#ifdef __KERNEL__
 #if BITS_PER_LONG == 64
 #define JS_DATA_SAVE_TYPE JS_DATA_SAVE_TYPE_64
 #elif BITS_PER_LONG == 32
@@ -141,5 +142,6 @@
 #else
 #error Unexpected BITS_PER_LONG
 #endif
+#endif
 
 #endif /* _LINUX_JOYSTICK_H */

Reply to: