VOP_PATHCONF returns a register_t, not an int. Noticed by phk.

This commit is contained in:
tjr 2003-03-05 22:30:02 +00:00
parent 9ecd0ea803
commit 71436c9e14
2 changed files with 2 additions and 2 deletions

View File

@ -1985,7 +1985,7 @@ coda_pathconf(v)
{
struct vop_pathconf_args *ap;
int error;
int *retval;
register_t *retval;
ap = v;
retval = ap->a_retval;

View File

@ -1985,7 +1985,7 @@ coda_pathconf(v)
{
struct vop_pathconf_args *ap;
int error;
int *retval;
register_t *retval;
ap = v;
retval = ap->a_retval;