diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 21:10:53 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 21:10:53 +0000 |
| commit | fc6e40071657c214a76715b06f7cb58e6d9181fe (patch) | |
| tree | e7fc3843148fed09cb00c4d68fee2898bfe6ac2f /sys/nwfs | |
| parent | 80da3ae170efa32ee26431709b1bba96a595c1b2 (diff) | |
Notes
Diffstat (limited to 'sys/nwfs')
| -rw-r--r-- | sys/nwfs/nwfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nwfs/nwfs_vnops.c b/sys/nwfs/nwfs_vnops.c index 38e9f191e0859..29d7a821683f1 100644 --- a/sys/nwfs/nwfs_vnops.c +++ b/sys/nwfs/nwfs_vnops.c @@ -788,11 +788,11 @@ static int nwfs_pathconf (ap) struct vop_pathconf_args /* { struct vnode *vp; int name; - int *retval; + register_t *retval; } */ *ap; { int name=ap->a_name, error=0; - int *retval=ap->a_retval; + register_t *retval=ap->a_retval; switch(name){ case _PC_LINK_MAX: |
