diff options
author | 2017-02-16 18:05:45 +0300 | |
---|---|---|
committer | 2017-02-19 18:15:23 -0500 | |
commit | 1786dbf3702e33ce3afd2d3dbe630bd04b1d2e58 (patch) | |
tree | 7b9642fa08e3a42e5112166367b225a9b9959c26 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | uapi: fix linux/rds.h userspace compilation errors (diff) | |
download | linux-dev-1786dbf3702e33ce3afd2d3dbe630bd04b1d2e58.tar.xz linux-dev-1786dbf3702e33ce3afd2d3dbe630bd04b1d2e58.zip |
uapi: fix linux/rds.h userspace compilation error
On the kernel side, sockaddr_storage is #define'd to
__kernel_sockaddr_storage. Replacing struct sockaddr_storage with
struct __kernel_sockaddr_storage defined by <linux/socket.h> fixes
the following linux/rds.h userspace compilation error:
/usr/include/linux/rds.h:226:26: error: field 'dest_addr' has incomplete type
struct sockaddr_storage dest_addr;
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions