Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 Line 175 VFS_STAVTFS -> STATVFS (tyop)



details:   https://anonhg.NetBSD.org/src/rev/2b1baee9a47a
branches:  trunk
changeset: 566114:2b1baee9a47a
user:      fair <fair%NetBSD.org@localhost>
date:      Tue Apr 27 21:37:49 2004 +0000

description:
Line 175 VFS_STAVTFS -> STATVFS (tyop)

diffstat:

 sys/compat/osf1/osf1_mount.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7480f55258cc -r 2b1baee9a47a sys/compat/osf1/osf1_mount.c
--- a/sys/compat/osf1/osf1_mount.c      Tue Apr 27 21:34:10 2004 +0000
+++ b/sys/compat/osf1/osf1_mount.c      Tue Apr 27 21:37:49 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: osf1_mount.c,v 1.26 2004/04/26 20:33:50 christos Exp $ */
+/*     $NetBSD: osf1_mount.c,v 1.27 2004/04/27 21:37:49 fair Exp $     */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: osf1_mount.c,v 1.26 2004/04/26 20:33:50 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osf1_mount.c,v 1.27 2004/04/27 21:37:49 fair Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "fs_nfs.h"
@@ -172,7 +172,7 @@
                         */
                        if (((SCARG(uap, flags) & OSF1_MNT_NOWAIT) == 0 ||
                            (SCARG(uap, flags) & OSF1_MNT_WAIT)) &&
-                           (error = VFS_STAVTFS(mp, sp, p)))
+                           (error = VFS_STATVFS(mp, sp, p)))
                                continue;
                        sp->f_flag = mp->mnt_flag & MNT_VISFLAGMASK;
                        osf1_cvt_statfs_from_native(sp, &osfs);



Home | Main Index | Thread Index | Old Index