summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-06-01 07:44:28 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-06-01 07:44:28 +0000
commit237f29af4fca0f30c193680a587e84d50f1f8279 (patch)
tree2743fc94df2cf89db8d83e8bc707abe9f2bbe6a6
parent9c614b21f74c37792bb1ea43ffee3cf0867da75c (diff)
and don't forget the other daddr var in the comment
-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 3ac908e4841..3cab7cf0af5 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.23 2007/06/01 07:36:19 otto Exp $ */
+/* $OpenBSD: ufs_bmap.c,v 1.24 2007/06/01 07:44:27 otto Exp $ */
/* $NetBSD: ufs_bmap.c,v 1.3 1996/02/09 22:36:00 christos Exp $ */
/*
@@ -64,7 +64,7 @@ ufs_bmap(void *v)
struct vnode *a_vp;
daddr64_t a_bn;
struct vnode **a_vpp;
- daddr_t *a_bnp;
+ daddr64_t *a_bnp;
int *a_runp;
} */ *ap = v;
/*