diff options
-rw-r--r-- | sys/sys/ucred.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index 5c75068..f1ae350 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); |