diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index 5c7506809c42..f1ae35019284 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -81,7 +81,7 @@ struct xucred { struct thread; #ifdef DIAGNOSTIC -void cred_free_thread(struct thread *td); +void cred_free_thread(struct thread *td); #endif void change_egid(struct ucred *newcred, gid_t egid); void change_euid(struct ucred *newcred, struct uidinfo *euip);