Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/ibcs2 typo



details:   https://anonhg.NetBSD.org/src/rev/471367ab8cd3
branches:  trunk
changeset: 534940:471367ab8cd3
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Aug 07 00:18:21 2002 +0000

description:
typo

diffstat:

 sys/compat/ibcs2/ibcs2_stat.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 92f7f4704b75 -r 471367ab8cd3 sys/compat/ibcs2/ibcs2_stat.c
--- a/sys/compat/ibcs2/ibcs2_stat.c     Wed Aug 07 00:11:59 2002 +0000
+++ b/sys/compat/ibcs2/ibcs2_stat.c     Wed Aug 07 00:18:21 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_stat.c,v 1.21 2002/08/06 22:50:37 itojun Exp $   */
+/*     $NetBSD: ibcs2_stat.c,v 1.22 2002/08/07 00:18:21 itojun Exp $   */
 /*
  * Copyright (c) 1995, 1998 Scott Bartram
  * All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibcs2_stat.c,v 1.21 2002/08/06 22:50:37 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibcs2_stat.c,v 1.22 2002/08/07 00:18:21 itojun Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -115,8 +115,8 @@
 
        if (len < 0)
                return (EINVAL);
-       if (len > sizeof(ssfs));
-               len = sizeof(ssfs);
+       if (len > sizeof(ssvfs));
+               len = sizeof(ssvfs);
 
        memset(&ssvfs, 0, sizeof ssvfs);
        ssvfs.f_frsize = ssvfs.f_bsize = sp->f_bsize;



Home | Main Index | Thread Index | Old Index