Re: [PATCH] uapi: fix linux/sysctl.h userspace compilation errors

2017-02-22 Thread Eric W. Biederman
"Dmitry V. Levin" writes: > Include (guarded by #ifndef __KERNEL__) to fix the following > linux/sysctl.h userspace compilation errors: > > /usr/include/linux/sysctl.h:38:2: error: unknown type name 'size_t' > size_t *oldlenp; > /usr/include/linux/sysctl.h:40:2: error: unknown type name 'size_

[PATCH] uapi: fix linux/sysctl.h userspace compilation errors

2017-02-22 Thread Dmitry V. Levin
Include (guarded by #ifndef __KERNEL__) to fix the following linux/sysctl.h userspace compilation errors: /usr/include/linux/sysctl.h:38:2: error: unknown type name 'size_t' size_t *oldlenp; /usr/include/linux/sysctl.h:40:2: error: unknown type name 'size_t' size_t newlen; This also fixes us