]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xen/patches/20-localgcc451fix.patch
xen: Lots of changes from the commits listed below.
[people/ms/ipfire-3.x.git] / xen / patches / 20-localgcc451fix.patch
CommitLineData
75d56118
MT
1--- xen-4.0.1/tools/blktap/lib/blktaplib.h.orig 2010-08-25 11:22:07.000000000 +0100
2+++ xen-4.0.1/tools/blktap/lib/blktaplib.h 2010-08-29 20:57:11.000000000 +0100
3@@ -195,8 +195,10 @@
4 pid_t pid;
5 } msg_pid_t;
6
7+#ifndef READ
8 #define READ 0
9 #define WRITE 1
10+#endif
11
12 /*Control Messages between manager and tapdev*/
13 #define CTLMSG_PARAMS 1
14--- xen-4.0.1/tools/blktap2/include/blktaplib.h.orig 2010-08-25 11:22:07.000000000 +0100
15+++ xen-4.0.1/tools/blktap2/include/blktaplib.h 2010-08-29 21:50:50.000000000 +0100
16@@ -197,8 +197,10 @@
17 int uuid_len;
18 } msg_lock_t;
19
20+#ifndef READ
21 #define READ 0
22 #define WRITE 1
23+#endif
24
25 /*Control Messages between manager and tapdev*/
26 #define CTLMSG_PARAMS 1