Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
qemu-svn
> qemu-0.11-git-ioctl_mount.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qemu-0.11-git-ioctl_mount.patch of Package qemu-svn (Revision 6)
Currently displaying revision
6
,
show latest
diff -r -u qemu-0.11git2009.05.28.1200.orig/linux-user/ioctls.h qemu-0.11git2009.05.28.1200/linux-user/ioctls.h --- qemu-0.11git2009.05.28.1200.orig/linux-user/ioctls.h 2009-04-25 15:24:45.000000000 +0200 +++ qemu-0.11git2009.05.28.1200/linux-user/ioctls.h 2009-06-03 13:58:12.000000000 +0200 @@ -305,7 +305,7 @@ IOCTL(LOOP_CLR_FD, 0, TYPE_INT) IOCTL(LOOP_SET_STATUS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info))) IOCTL(LOOP_GET_STATUS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info))) -#if 0 /* These have some problems - not fully tested */ +#if 1 /* These have some problems - not fully tested */ IOCTL(LOOP_SET_STATUS64, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info64))) IOCTL(LOOP_GET_STATUS64, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info64))) #endif