Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/union declare the correct variable; thanks Juan RP.
details: https://anonhg.NetBSD.org/src/rev/bcc7b25ad072
branches: trunk
changeset: 566868:bcc7b25ad072
user: christos <christos%NetBSD.org@localhost>
date: Sat May 22 22:13:50 2004 +0000
description:
declare the correct variable; thanks Juan RP.
diffstat:
sys/fs/union/union_vfsops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a1e1667b06b0 -r bcc7b25ad072 sys/fs/union/union_vfsops.c
--- a/sys/fs/union/union_vfsops.c Sat May 22 22:07:33 2004 +0000
+++ b/sys/fs/union/union_vfsops.c Sat May 22 22:13:50 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: union_vfsops.c,v 1.15 2004/05/22 20:42:08 christos Exp $ */
+/* $NetBSD: union_vfsops.c,v 1.16 2004/05/22 22:13:50 christos Exp $ */
/*
* Copyright (c) 1994 The Regents of the University of California.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: union_vfsops.c,v 1.15 2004/05/22 20:42:08 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: union_vfsops.c,v 1.16 2004/05/22 22:13:50 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -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,
Home |
Main Index |
Thread Index |
Old Index