chdir_args
{ AS(chdir_args), 4, (sy_call_t *)sys_chdir }, /* 12 = chdir */
sys_chdir(struct sysmsg *sysmsg, const struct chdir_args *uap)
int sys_chdir (struct sysmsg *sysmsg, const struct chdir_args *);
struct chdir_args chdir;