From 0f6cf6df5bfea71942ee830ab76c6462fb4268b4 Mon Sep 17 00:00:00 2001 From: tjr Date: Wed, 5 Mar 2003 22:30:02 +0000 Subject: VOP_PATHCONF returns a register_t, not an int. Noticed by phk. --- sys/fs/coda/coda_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/coda') diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c index 2ae8965..a94cd06 100644 --- a/sys/fs/coda/coda_vnops.c +++ b/sys/fs/coda/coda_vnops.c @@ -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; -- cgit v1.1