aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2009-06-09 04:09:31 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2009-06-09 04:09:31 +0000
commit64fbf83d6d9fabb45328d5f86af88423a7898120 (patch)
tree9bf1ed049ab8889bd6977c90c5cc11052752fcbb /usr.bin/fstat
parente29dea04cbd2d71631aa524a2c8a9ac488dc2424 (diff)
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/zfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/zfs.c b/usr.bin/fstat/zfs.c
index cc284fb58bad..008f1746b0ba 100644
--- a/usr.bin/fstat/zfs.c
+++ b/usr.bin/fstat/zfs.c
@@ -58,7 +58,7 @@
* definition.
*/
#define LOCATION_ZID (2 * sizeof(void *))
-#define LOCATION_ZPHYS(zsize) ((zsize) - (2 * sizeof(void *) - sizeof(struct task)))
+#define LOCATION_ZPHYS(zsize) ((zsize) - (2 * sizeof(void *) + sizeof(struct task)))
int
zfs_filestat(struct vnode *vp, struct filestat *fsp)