From 3ada523be9d2b956fbf5190aba36833ef19f650a Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Sat, 24 Dec 2005 14:53:22 +0000 Subject: [PATCH] Daniel Jahre: removed 90-joystick-h.patch from linux26 it is not needed anymore and breaks e.g. kdebase [2005120916572325670] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6762 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../base/linux/linux26/90-joystick-h.patch | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 package/base/linux/linux26/90-joystick-h.patch diff --git a/package/base/linux/linux26/90-joystick-h.patch b/package/base/linux/linux26/90-joystick-h.patch deleted file mode 100644 index 7c436e4f9..000000000 --- a/package/base/linux/linux26/90-joystick-h.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- ./include/linux/joystick.h.vanilla 2005-11-03 09:43:29.000000000 +0100 -+++ ./include/linux/joystick.h 2005-11-03 13:59:15.000000000 +0100 -@@ -111,25 +111,25 @@ - #define JS_SET_ALL 8 - - struct JS_DATA_TYPE { -- int32_t buttons; -- int32_t x; -- int32_t y; -+ __s32 buttons; -+ __s32 x; -+ __s32 y; - }; - - struct JS_DATA_SAVE_TYPE_32 { -- int32_t JS_TIMEOUT; -- int32_t BUSY; -- int32_t JS_EXPIRETIME; -- int32_t JS_TIMELIMIT; -+ __s32 JS_TIMEOUT; -+ __s32 BUSY; -+ __s32 JS_EXPIRETIME; -+ __s32 JS_TIMELIMIT; - struct JS_DATA_TYPE JS_SAVE; - struct JS_DATA_TYPE JS_CORR; - }; - - struct JS_DATA_SAVE_TYPE_64 { -- int32_t JS_TIMEOUT; -- int32_t BUSY; -- int64_t JS_EXPIRETIME; -- int64_t JS_TIMELIMIT; -+ __s32 JS_TIMEOUT; -+ __s32 BUSY; -+ __s64 JS_EXPIRETIME; -+ __s64 JS_TIMELIMIT; - struct JS_DATA_TYPE JS_SAVE; - struct JS_DATA_TYPE JS_CORR; - };