diff --git a/sys/compat/linux/common/linux_misc.c b/sys/compat/linux/common/linux_misc.c index 4e957da95d37..65a8c7404bcf 100644 --- a/sys/compat/linux/common/linux_misc.c +++ b/sys/compat/linux/common/linux_misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_misc.c,v 1.123 2004/04/21 01:05:36 christos Exp $ */ +/* $NetBSD: linux_misc.c,v 1.124 2004/04/21 02:27:34 christos Exp $ */ /*- * Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc. @@ -64,7 +64,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.123 2004/04/21 01:05:36 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.124 2004/04/21 02:27:34 christos Exp $"); #include #include @@ -346,7 +346,7 @@ linux_sys_statfs(l, v, retval) struct proc *p = l->l_proc; struct statvfs btmp, *bsp; struct linux_statfs ltmp; - struct sys_statvfs_args bsa; + struct sys_statvfs1_args bsa; caddr_t sg; int error;