From 96c111da9b955f12eea2bd6eabcdf70846019a8e Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 11 Jun 2005 11:46:32 +0000 Subject: Fix copy&paste bug. --- sys/alpha/osf1/osf1_mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/alpha') 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); -- cgit v1.3