Re: [PATCH v2 1/2] uapi: fix linux/rds.h userspace compilation errors

2017-02-19 Thread David Miller
From: "Dmitry V. Levin" Date: Thu, 16 Feb 2017 18:05:13 +0300 > Consistently use types from linux/types.h to fix the following > linux/rds.h userspace compilation errors: ... > Signed-off-by: Dmitry V. Levin Applied.

[PATCH v2 1/2] uapi: fix linux/rds.h userspace compilation errors

2017-02-16 Thread Dmitry V. Levin
Consistently use types from linux/types.h to fix the following linux/rds.h userspace compilation errors: /usr/include/linux/rds.h:106:2: error: unknown type name 'uint8_t' uint8_t name[32]; /usr/include/linux/rds.h:107:2: error: unknown type name 'uint64_t' uint64_t value; /usr/include/linux/r