Code: Select all
osscore.c:477:23: error: dereferencing pointer to incomplete type 'const struct cred' return current->cred->uid.val;PS: This article on StackOverflow helped me understand what the problem and what needs to be done.
Moderators: dev, hannu, cesium
Code: Select all
osscore.c:477:23: error: dereferencing pointer to incomplete type 'const struct cred' return current->cred->uid.val;Users browsing this forum: No registered users and 94 guests