Subject: sys/fs/union/union_vfsops.c tyop? (l_bfree -> l_files?)
To: None <current-users@netbsd.org>
From: Juan RP <juan@xtraeme.unixbsd.org>
List: current-users
Date: 05/22/2004 23:54:48
--Signature=_Sat__22_May_2004_23_54_48_+0200_DZ1gbVaRzpxnubTC
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit


Hi, is this patch right?

Index: union_vfsops.c
===================================================================
RCS file: /cvsroot/src/sys/fs/union/union_vfsops.c,v
retrieving revision 1.15
diff -u -r1.15 union_vfsops.c
--- union_vfsops.c      22 May 2004 20:42:08 -0000      1.15
+++ union_vfsops.c      22 May 2004 21:53:13 -0000
@@ -482,7 +482,7 @@
        int error;
        struct union_mount *um = MOUNTTOUNIONMOUNT(mp);
        unsigned long l_bsize;
-       fsblkcnt_t l_blocks, l_bfree;
+       fsblkcnt_t l_blocks, l_files;
 
 #ifdef UNION_DIAGNOSTIC
        printf("union_statvfs(mp = %p, lvp = %p, uvp = %p)\n", mp,

-- 
	Juan RP <juan@xtraeme.unixbsd.org>

--Signature=_Sat__22_May_2004_23_54_48_+0200_DZ1gbVaRzpxnubTC
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (NetBSD)

iD8DBQFAr8wrypkLYVDran0RAm3MAJsEbdDuFgnVtHcZkGxjvlNl8UkumACggSv1
V60SQUTRpEakxJRwr5wdSlQ=
=agOH
-----END PGP SIGNATURE-----

--Signature=_Sat__22_May_2004_23_54_48_+0200_DZ1gbVaRzpxnubTC--