make struct user anonymous (only typedefed)
This works because this struct is never referenced by its name,
but always by its type.
This prevents a conflict with struct user from <sys/user.h>
when compiling against uclibc.
Signed-off-by:
Titouan Christophe <titouan.christophe@railnova.eu>
Please register or sign in to comment