diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-12 01:42:53 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-12 01:42:53 (GMT) |
commit | 1eb32583bcae0cfd7a012db067d9f29aa7f9e9ec (patch) | |
tree | 579fde4805d9d28a793430f40a032750d8727369 /abs/core-testing/xresprobe/xresprobe.patch | |
parent | 9ec08f248ed93dbcae5810bedfe0593731ec7117 (diff) | |
download | linhes_pkgbuild-1eb32583bcae0cfd7a012db067d9f29aa7f9e9ec.zip linhes_pkgbuild-1eb32583bcae0cfd7a012db067d9f29aa7f9e9ec.tar.gz linhes_pkgbuild-1eb32583bcae0cfd7a012db067d9f29aa7f9e9ec.tar.bz2 |
Removed as dccxinfo fits the build.
Diffstat (limited to 'abs/core-testing/xresprobe/xresprobe.patch')
-rw-r--r-- | abs/core-testing/xresprobe/xresprobe.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core-testing/xresprobe/xresprobe.patch b/abs/core-testing/xresprobe/xresprobe.patch deleted file mode 100644 index a92f0b0..0000000 --- a/abs/core-testing/xresprobe/xresprobe.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Naru xresprobe-0.4.23debian1.orig/ddcprobe/lrmi.c xresprobe-0.4.23debian1/ddcprobe/lrmi.c ---- xresprobe-0.4.23debian1.orig/ddcprobe/lrmi.c 2006-03-22 13:29:05.000000000 +1030 -+++ xresprobe-0.4.23debian1/ddcprobe/lrmi.c 2009-06-09 21:26:20.000000000 +0930 -@@ -55,6 +55,12 @@ - #include "x86-common.h" - - #if defined(__linux__) -+#if !defined (IF_MASK) -+#define IF_MASK X86_EFLAGS_IF -+#define VIF_MASK X86_EFLAGS_VIF -+#define IOPL_MASK X86_EFLAGS_IOPL -+#define TF_MASK X86_EFLAGS_IOPL -+#endif - #define DEFAULT_VM86_FLAGS (IF_MASK | IOPL_MASK) - #elif defined(__NetBSD__) || defined(__FreeBSD__) - #define DEFAULT_VM86_FLAGS (PSL_I | PSL_IOPL) |