On Wed, May 18, 2016 at 06:09:40PM -0400, je...@suse.com wrote:
> From: Jeff Mahoney <je...@suse.com>
> 
> * file_ioctl.c: Add it.
> * ioctl.c: Add special handling for 'f' code ioctls.
> ---
>  file_ioctl.c | 68 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  ioctl.c      | 11 +++++++++-
>  2 files changed, 78 insertions(+), 1 deletion(-)
> 
> diff --git a/file_ioctl.c b/file_ioctl.c
> index 3a735dc..c803576 100644
> --- a/file_ioctl.c
> +++ b/file_ioctl.c
> @@ -28,6 +28,11 @@
>  #include "defs.h"
>  #include <sys/ioctl.h>
>  #include <linux/fs.h>
> +#include <linux/fiemap.h>
> +
> +#include "xlat/fiemap_flags.h"
> +#include "xlat/fiemap_extent_flags.h"

Sorry but it does not compile because these xlat files are missing.


-- 
ldv

Attachment: pgpVCYX2wAzdo.pgp
Description: PGP signature

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to