|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Attempt to build xen-unstable on F11 ( gcc version 4.4.0 )
On Thu, Jun 25, 2009 at 12:56 AM, Boris Derzhavets<bderzhavets@xxxxxxxxx> wrote:
> One more fix to build tools required :-
>
> ./tools/blktap2/drivers/lock.c
> line 253
>
> - if (!dptr & errno) {
> + if ((!dptr) & errno) {
>
This is a wrong fix: it should be
+ if (!dptr && errno) {
This problem is already fixed in -stage.
Thanks,
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |