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

X Strike Force X.Org X11 SVN commit: r3527 - in trunk/driver/xserver-xorg-input-keyboard/debian: . patches



Author: dnusinow
Date: 2006-09-27 19:53:36 -0400 (Wed, 27 Sep 2006)
New Revision: 3527

Added:
   trunk/driver/xserver-xorg-input-keyboard/debian/patches/series
Modified:
   trunk/driver/xserver-xorg-input-keyboard/debian/changelog
   trunk/driver/xserver-xorg-input-keyboard/debian/patches/01_64bit_pointer.diff
Log:
* Add 01_64bit_pointer.diff to include to correct pointer size on 64 bit
* Turn the above patch in to one pulled from upstream to include more
  missing headers.

Modified: trunk/driver/xserver-xorg-input-keyboard/debian/changelog
===================================================================
--- trunk/driver/xserver-xorg-input-keyboard/debian/changelog	2006-09-27 23:49:11 UTC (rev 3526)
+++ trunk/driver/xserver-xorg-input-keyboard/debian/changelog	2006-09-27 23:53:36 UTC (rev 3527)
@@ -4,10 +4,12 @@
   * Add watch file
 
   [ David Nusinow ]
-  * Add 01_64bit_pointer.diff to include to correct pointer size on 64 bit 
+  * Add 01_64bit_pointer.diff to include to correct pointer size on 64 bit
     arches. Thanks Dann Frazier. (closes: #389514)
+  * Turn the above patch in to one pulled from upstream to include more
+    missing headers.
 
- -- David Nusinow <dnusinow@debian.org>  Wed, 27 Sep 2006 19:48:36 -0400
+ -- David Nusinow <dnusinow@debian.org>  Wed, 27 Sep 2006 19:53:10 -0400
 
 xserver-xorg-input-keyboard (1:1.1.0-2) unstable; urgency=low
 

Modified: trunk/driver/xserver-xorg-input-keyboard/debian/patches/01_64bit_pointer.diff
===================================================================
--- trunk/driver/xserver-xorg-input-keyboard/debian/patches/01_64bit_pointer.diff	2006-09-27 23:49:11 UTC (rev 3526)
+++ trunk/driver/xserver-xorg-input-keyboard/debian/patches/01_64bit_pointer.diff	2006-09-27 23:53:36 UTC (rev 3527)
@@ -1,12 +1,14 @@
 Index: xserver-xorg-input-keyboard/src/kbd.c
 ===================================================================
---- xserver-xorg-input-keyboard.orig/src/kbd.c	2006-09-27 19:47:36.000000000 -0400
-+++ xserver-xorg-input-keyboard/src/kbd.c	2006-09-27 19:48:07.000000000 -0400
-@@ -19,6 +19,7 @@
+--- xserver-xorg-input-keyboard.orig/src/kbd.c	2006-09-27 19:48:29.000000000 -0400
++++ xserver-xorg-input-keyboard/src/kbd.c	2006-09-27 19:51:51.000000000 -0400
+@@ -19,6 +19,9 @@
  #endif
  
  #include <stdio.h>
 +#include <string.h>
++#include <stdlib.h>
++#include <unistd.h>
    
  #define NEED_EVENTS
  #include <X11/X.h>

Added: trunk/driver/xserver-xorg-input-keyboard/debian/patches/series
===================================================================
--- trunk/driver/xserver-xorg-input-keyboard/debian/patches/series	                        (rev 0)
+++ trunk/driver/xserver-xorg-input-keyboard/debian/patches/series	2006-09-27 23:53:36 UTC (rev 3527)
@@ -0,0 +1 @@
+01_64bit_pointer.diff



Reply to: