Grrr, remove an unused variable missed in the last commit.

This commit is contained in:
scottl 2007-12-08 01:41:31 +00:00
parent a9c785f085
commit 4570db7ea2

View File

@ -148,7 +148,6 @@ freebsd32_wait4(struct thread *td, struct freebsd32_wait4_args *uap)
static int
copy_statfs(struct statfs *in, struct statfs32 *out)
{
int error;
statfs_scale_blocks(in, INT32_MAX);
bzero(out, sizeof(*out));