Grrr, remove an unused variable missed in the last commit.
This commit is contained in:
parent
a9c785f085
commit
4570db7ea2
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user