]> git.pld-linux.org Git - packages/debrix.git/blame - debrix-many_fixes.patch
- composite is useless anyway :) other already included in CVS
[packages/debrix.git] / debrix-many_fixes.patch
CommitLineData
7d6bccc7 1Index: hw/xorg/os-support/shared/drm/kernel/drm.h
2===================================================================
3RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/drm.h,v
4retrieving revision 1.2
5diff -u -r1.2 drm.h
6--- hw/xorg/os-support/shared/drm/kernel/drm.h 10 Jun 2004 19:41:11 -0000 1.2
075a5f8c 7+++ hw/xorg/os-support/shared/drm/kernel/drm.h 28 Jun 2004 01:02:44 -0000
7d6bccc7 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
16Index: os/xdmauth.c
17===================================================================
18RCS file: /cvs/xserver/debrix/os/xdmauth.c,v
19retrieving revision 1.3
20diff -u -r1.3 xdmauth.c
21--- os/xdmauth.c 10 Jun 2004 19:41:59 -0000 1.3
075a5f8c 22+++ os/xdmauth.c 28 Jun 2004 01:02:45 -0000
7d6bccc7 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.052918 seconds and 4 git commands to generate.