Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586600
| From | Santosh Shilimkar <santosh.shilimkar@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] uapi: fix linux/rds.h userspace compilation errors |
| Date | 2017-02-23 02:50 +0100 |
| Message-ID | <tdQHD-2lQ-3@gated-at.bofh.it> (permalink) |
| References | <tdQeB-27X-3@gated-at.bofh.it> |
| Organization | Oracle Corporation |
On 2/22/2017 5:13 PM, Dmitry V. Levin wrote:
> Consistently use types from linux/types.h to fix the following
> linux/rds.h userspace compilation errors:
>
> /usr/include/linux/rds.h:198:2: error: unknown type name 'u8'
> u8 rx_traces;
> /usr/include/linux/rds.h:199:2: error: unknown type name 'u8'
> u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
> /usr/include/linux/rds.h:203:2: error: unknown type name 'u8'
> u8 rx_traces;
> /usr/include/linux/rds.h:204:2: error: unknown type name 'u8'
> u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
> /usr/include/linux/rds.h:205:2: error: unknown type name 'u64'
> u64 rx_trace[RDS_MSG_RX_DGRAM_TRACE_MAX];
>
> Fixes: 3289025a("RDS: add receive message trace used by application")
> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
> ---
This was part of the patch I submitted other-day with
rest of the clean-up. Thanks Dmitry.
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] uapi: fix linux/rds.h userspace compilation errors "Dmitry V. Levin" <ldv@altlinux.org> - 2017-02-23 02:20 +0100
Re: [PATCH] uapi: fix linux/rds.h userspace compilation errors Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2017-02-23 02:50 +0100
Re: [PATCH] uapi: fix linux/rds.h userspace compilation errors Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2017-02-23 12:30 +0100
[PATCH v2] uapi: fix linux/rds.h userspace compilation errors "Dmitry V. Levin" <ldv@altlinux.org> - 2017-02-23 12:40 +0100
Re: [PATCH v2] uapi: fix linux/rds.h userspace compilation errors David Miller <davem@davemloft.net> - 2017-02-23 17:00 +0100
csiph-web