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.
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