> -MALLOC_DEFINE(M_CRED, "cred", "credentials"); > +POOL_INIT(cred_pool, sizeof(struct ucred), 0, 0, 0, "credpl", \ > + &pool_allocator_nointr); Why the trailing backslash is necessary? enami.