Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-quota2]: src/sys/ufs/ufs Fix build without quotas



details:   https://anonhg.NetBSD.org/src/rev/365f026c255e
branches:  bouyer-quota2
changeset: 761143:365f026c255e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Feb 09 11:37:16 2011 +0000

description:
Fix build without quotas

diffstat:

 sys/ufs/ufs/ufs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bb94371e6c9d -r 365f026c255e sys/ufs/ufs/ufs_vfsops.c
--- a/sys/ufs/ufs/ufs_vfsops.c  Wed Feb 09 11:31:25 2011 +0000
+++ b/sys/ufs/ufs/ufs_vfsops.c  Wed Feb 09 11:37:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_vfsops.c,v 1.40.8.1 2011/01/20 14:25:03 bouyer Exp $       */
+/*     $NetBSD: ufs_vfsops.c,v 1.40.8.2 2011/02/09 11:37:16 bouyer Exp $       */
 
 /*
  * Copyright (c) 1991, 1993, 1994
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ufs_vfsops.c,v 1.40.8.1 2011/01/20 14:25:03 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ufs_vfsops.c,v 1.40.8.2 2011/02/09 11:37:16 bouyer Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"
@@ -106,7 +106,7 @@
 
 #if !defined(QUOTA) && !defined(QUOTA2)
        (void) mp;
-       (void) pref;
+       (void) dict;
        (void) l;
        return (EOPNOTSUPP);
 #else



Home | Main Index | Thread Index | Old Index