lkml.org 
[lkml]   [2016]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v05 38/72] include/uapi/linux/openvswitch.h: use __u32 from linux/types.h
On Mon, 22 Aug 2016 20:32:55 +0200
Mikko Rapeli <mikko.rapeli@iki.fi> wrote:

> Fixes userspace compiler error:
>
> error: unknown type name ‘uint32_t’
>
> Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
> ---
> include/uapi/linux/openvswitch.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h
> index d95a301..645499a 100644
> --- a/include/uapi/linux/openvswitch.h
> +++ b/include/uapi/linux/openvswitch.h
> @@ -632,8 +632,8 @@ enum ovs_hash_alg {
> * @hash_basis: basis used for computing hash.
> */
> struct ovs_action_hash {
> - uint32_t hash_alg; /* One of ovs_hash_alg. */
> - uint32_t hash_basis;
> + __u32 hash_alg; /* One of ovs_hash_alg. */
> + __u32 hash_basis;
> };
>
> /**

This is a a real issue, but being buried in a huge patch series of include
file stuff I don't think anyone would see it.

\
 
 \ /
  Last update: 2016-09-17 09:57    [W:1.300 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site