summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-12-08 01:41:31 +0000
committerscottl <scottl@FreeBSD.org>2007-12-08 01:41:31 +0000
commit4570db7ea28fc5ce957287d6edf34d234b101d40 (patch)
tree6ef2f6d249eaf6e9c6e016f7c0fd65efd0c2560f /sys
parenta9c785f08551d0878b8ba695ec9651936e24e75b (diff)
downloadFreeBSD-src-4570db7ea28fc5ce957287d6edf34d234b101d40.zip
FreeBSD-src-4570db7ea28fc5ce957287d6edf34d234b101d40.tar.gz
Grrr, remove an unused variable missed in the last commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/freebsd32/freebsd32_misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c
index 5cee623..cafadb6 100644
--- a/sys/compat/freebsd32/freebsd32_misc.c
+++ b/sys/compat/freebsd32/freebsd32_misc.c
@@ -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));
OpenPOWER on IntegriCloud