aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-06-11 11:46:32 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-06-11 11:46:32 +0000
commit96c111da9b955f12eea2bd6eabcdf70846019a8e (patch)
treef4fb2e2b15bd575028147f49a1e4cc99b7be0a56 /sys/alpha
parent89ec08eebf8c37adf22419feb9fcf64e50f04091 (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/osf1/osf1_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/osf1/osf1_mount.c b/sys/alpha/osf1/osf1_mount.c
index ca258549f1dc..05c91ff61b48 100644
--- a/sys/alpha/osf1/osf1_mount.c
+++ b/sys/alpha/osf1/osf1_mount.c
@@ -168,7 +168,7 @@ osf1_getfsstat(td, uap)
if (uap->flags & OSF1_MNT_NOWAIT)
flags |= MNT_NOWAIT;
- count = uap->bufsize / sizeof(struct ostatfs);
+ count = uap->bufsize / sizeof(struct osf1_statfs);
size = count * sizeof(struct statfs);
if (size > 0)
buf = malloc(size, M_TEMP, M_WAITOK);