diff options
| author | 2006-07-08 20:53:31 +0000 | |
|---|---|---|
| committer | 2006-07-08 20:53:31 +0000 | |
| commit | b21c567eb717afb59f8e48c871c3f96b8fe1f59c (patch) | |
| tree | c967deb0aed91462c28c3b1b0e3b85cac1316708 /sys/isofs/udf/udf_vfsops.c | |
| parent | remove redundant "to". (diff) | |
| download | wireguard-openbsd-b21c567eb717afb59f8e48c871c3f96b8fe1f59c.tar.xz wireguard-openbsd-b21c567eb717afb59f8e48c871c3f96b8fe1f59c.zip | |
Rename VTON() to VTOU()
Diffstat (limited to 'sys/isofs/udf/udf_vfsops.c')
| -rw-r--r-- | sys/isofs/udf/udf_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/udf/udf_vfsops.c b/sys/isofs/udf/udf_vfsops.c index e2e49f562ea..00431d7c9d7 100644 --- a/sys/isofs/udf/udf_vfsops.c +++ b/sys/isofs/udf/udf_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udf_vfsops.c,v 1.14 2006/07/05 17:57:50 pedro Exp $ */ +/* $OpenBSD: udf_vfsops.c,v 1.15 2006/07/08 20:53:31 pedro Exp $ */ /* * Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org> @@ -654,7 +654,7 @@ udf_vptofh(struct vnode *vp, struct fid *fhp) struct udf_node *node; struct ifid *ifhp; - node = VTON(vp); + node = VTOU(vp); ifhp = (struct ifid *)fhp; ifhp->ifid_len = sizeof(struct ifid); ifhp->ifid_ino = node->hash_id; |
