]> git.pld-linux.org Git - packages/debrix.git/blob - debrix-many_fixes.patch
- composite is useless anyway :) other already included in CVS
[packages/debrix.git] / debrix-many_fixes.patch
1 Index: hw/xorg/os-support/shared/drm/kernel/drm.h
2 ===================================================================
3 RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/drm.h,v
4 retrieving revision 1.2
5 diff -u -r1.2 drm.h
6 --- hw/xorg/os-support/shared/drm/kernel/drm.h  10 Jun 2004 19:41:11 -0000      1.2
7 +++ hw/xorg/os-support/shared/drm/kernel/drm.h  28 Jun 2004 01:02:44 -0000
8 @@ -41,7 +41,6 @@
9  #define _DRM_H_
10  
11  #if defined(__linux__)
12 -#include <linux/config.h>
13  #include <asm/ioctl.h>         /* For _IO* macros */
14  #define DRM_IOCTL_NR(n)                _IOC_NR(n)
15  #define DRM_IOC_VOID           _IOC_NONE
16 Index: os/xdmauth.c
17 ===================================================================
18 RCS file: /cvs/xserver/debrix/os/xdmauth.c,v
19 retrieving revision 1.3
20 diff -u -r1.3 xdmauth.c
21 --- os/xdmauth.c        10 Jun 2004 19:41:59 -0000      1.3
22 +++ os/xdmauth.c        28 Jun 2004 01:02:45 -0000
23 @@ -52,7 +52,7 @@
24  #ifdef XDMCP
25  #include <X11/Xmd.h>
26  #undef REQUEST
27 -#include "Xdmcp.h"
28 +#include <X11/Xdmcp.h>
29  
30  /* XDM-AUTHENTICATION-1 */
31  
This page took 0.0742 seconds and 3 git commands to generate.