Re: [PATCH 3/3] uapi: fix asm/shmbuf.h userspace compilation errors

2017-03-02 Thread Arnd Bergmann
On Thu, Mar 2, 2017 at 1:22 AM, Dmitry V. Levin wrote: > Include to fix asm/shmbuf.h userspace compilation errors > like this: > > /usr/include/asm-generic/shmbuf.h:26:20: error: field 'shm_perm' has > incomplete type > struct ipc64_perm shm_perm; /* operation perms */ > /usr/include/asm-gener

[PATCH 3/3] uapi: fix asm/shmbuf.h userspace compilation errors

2017-03-01 Thread Dmitry V. Levin
Include to fix asm/shmbuf.h userspace compilation errors like this: /usr/include/asm-generic/shmbuf.h:26:20: error: field 'shm_perm' has incomplete type struct ipc64_perm shm_perm; /* operation perms */ /usr/include/asm-generic/shmbuf.h:28:2: error: unknown type name '__kernel_time_t' __ker