Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs fix typo; hi christos



details:   https://anonhg.NetBSD.org/src/rev/a5d3f26e5ac1
branches:  trunk
changeset: 791519:a5d3f26e5ac1
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Nov 22 02:02:35 2013 +0000

description:
fix typo; hi christos

diffstat:

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

diffs (27 lines):

diff -r 616419caabaf -r a5d3f26e5ac1 sys/ufs/lfs/ulfs_quota.c
--- a/sys/ufs/lfs/ulfs_quota.c  Fri Nov 22 01:48:36 2013 +0000
+++ b/sys/ufs/lfs/ulfs_quota.c  Fri Nov 22 02:02:35 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ulfs_quota.c,v 1.9 2013/11/16 17:15:30 dholland Exp $  */
+/*     $NetBSD: ulfs_quota.c,v 1.10 2013/11/22 02:02:35 dholland Exp $ */
 /*  from NetBSD: ufs_quota.c,v 1.115 2013/11/16 17:04:53 dholland Exp  */
 
 /*
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ulfs_quota.c,v 1.9 2013/11/16 17:15:30 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ulfs_quota.c,v 1.10 2013/11/22 02:02:35 dholland Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_quota.h"
@@ -496,7 +496,7 @@
                
 #ifdef LFS_QUOTA2
        if (fs->um_flags & ULFS_QUOTA2) {
-               struct quotacursor *cursor = args->u.cursorget.qc_cursor;
+               struct quotakcursor *cursor = args->u.cursorget.qc_cursor;
                struct quotakey *keys = args->u.cursorget.qc_keys;
                struct quotaval *vals = args->u.cursorget.qc_vals;
                unsigned maxnum = args->u.cursorget.qc_maxnum;



Home | Main Index | Thread Index | Old Index