Fix build.

Submitted by:	Andrius Morkūnas <hinokind at gmail.com>
This commit is contained in:
Edward Tomasz Napierala 2009-11-04 08:25:58 +00:00
parent 3b1b09809f
commit 7a172809b5

View File

@ -521,7 +521,7 @@ __acl_aclcheck_file(struct thread *td, struct __acl_aclcheck_file_args *uap)
int
__acl_aclcheck_link(struct thread *td, struct __acl_aclcheck_link_args *uap)
{
struct nameidat nd;
struct nameidata nd;
int vfslocked, error;
NDINIT(&nd, LOOKUP, MPSAFE|NOFOLLOW, UIO_USERSPACE, uap->path, td);