xorg-6.8.2-linux_config.patch 344 B

12345678910
  1. --- xc/extras/drm/shared/drm.h.orig 2004-09-20 22:25:23.042737520 +0200
  2. +++ xc/extras/drm/shared/drm.h 2004-09-20 22:25:33.282180888 +0200
  3. @@ -38,7 +38,6 @@
  4. #define _DRM_H_
  5. #if defined(__linux__)
  6. -#include <linux/config.h>
  7. #include <asm/ioctl.h> /* For _IO* macros */
  8. #define DRM_IOCTL_NR(n) _IOC_NR(n)
  9. #define DRM_IOC_VOID _IOC_NONE