Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Correct typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/79835df07019
branches:  trunk
changeset: 494203:79835df07019
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Mon Jul 03 18:22:10 2000 +0000

description:
Correct typo in previous.

diffstat:

 sys/ufs/lfs/lfs_syscalls.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d00f6d7accb5 -r 79835df07019 sys/ufs/lfs/lfs_syscalls.c
--- a/sys/ufs/lfs/lfs_syscalls.c        Mon Jul 03 18:14:18 2000 +0000
+++ b/sys/ufs/lfs/lfs_syscalls.c        Mon Jul 03 18:22:10 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_syscalls.c,v 1.44 2000/06/30 20:45:39 fvdl Exp $   */
+/*     $NetBSD: lfs_syscalls.c,v 1.45 2000/07/03 18:22:10 fvdl Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -941,7 +941,7 @@
        if (error != 0 || *vpp != NULL)
                return (error);
 
-       if ((error = getnewvnode(VT_LFS, mp, lfs_vnodeop_p, vpp)) != 0) {
+       if ((error = getnewvnode(VT_LFS, mp, lfs_vnodeop_p, &vp)) != 0) {
                *vpp = NULL;
                return (error);
        }



Home | Main Index | Thread Index | Old Index