s/statvfs/statvfs1/

This commit is contained in:
christos 2004-04-21 02:27:34 +00:00
parent baf95c5d08
commit 5ccca4a99a
1 changed files with 3 additions and 3 deletions

View File

@ -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. * Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc.
@ -64,7 +64,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__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 <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -346,7 +346,7 @@ linux_sys_statfs(l, v, retval)
struct proc *p = l->l_proc; struct proc *p = l->l_proc;
struct statvfs btmp, *bsp; struct statvfs btmp, *bsp;
struct linux_statfs ltmp; struct linux_statfs ltmp;
struct sys_statvfs_args bsa; struct sys_statvfs1_args bsa;
caddr_t sg; caddr_t sg;
int error; int error;