Re: [PATCH v06 04/36] uapi scsi/scsi_netlink_fc.h: use __u16, __u32 and __u64 from linux/types.h

From: James Bottomley
Date: Sun Aug 06 2017 - 14:23:08 EST


On Sun, 2017-08-06 at 18:43 +0200, Mikko Rapeli wrote:
> Fixes userspace compilation errors like:
>
> scsi/scsi_netlink_fc.h:60:2: error: expected specifier-qualifier-list
> before âuint64_tâ

Rather than patching the kernel, why not #include <stdint.h> in your
userspace programme?

James