summaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-06-01 07:36:20 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-06-01 07:36:20 +0000
commit9c614b21f74c37792bb1ea43ffee3cf0867da75c (patch)
tree42dff0c21178ad50fb97c21862b60c6b6403f3ea /sys/ufs
parent0708092482e5d8d6d12b84ac12deda04243d5959 (diff)
fix struct vop_bmap_args comment. ok deraadt@
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_bmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c
index f981d81bfbc..3ac908e4841 100644
--- a/sys/ufs/ufs/ufs_bmap.c
+++ b/sys/ufs/ufs/ufs_bmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ufs_bmap.c,v 1.22 2007/06/01 06:38:56 deraadt Exp $ */
+/* $OpenBSD: ufs_bmap.c,v 1.23 2007/06/01 07:36:19 otto Exp $ */
/* $NetBSD: ufs_bmap.c,v 1.3 1996/02/09 22:36:00 christos Exp $ */
/*
@@ -62,7 +62,7 @@ ufs_bmap(void *v)
{
struct vop_bmap_args /* {
struct vnode *a_vp;
- daddr_t a_bn;
+ daddr64_t a_bn;
struct vnode **a_vpp;
daddr_t *a_bnp;
int *a_runp;