Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern cwdinit: whitespace fix. no functional changes.
details: https://anonhg.NetBSD.org/src/rev/01b4fc9cdbd3
branches: trunk
changeset: 747607:01b4fc9cdbd3
user: yamt <yamt%NetBSD.org@localhost>
date: Thu Sep 24 06:14:22 2009 +0000
description:
cwdinit: whitespace fix. no functional changes.
diffstat:
sys/kern/vfs_cwd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1267088a8c53 -r 01b4fc9cdbd3 sys/kern/vfs_cwd.c
--- a/sys/kern/vfs_cwd.c Wed Sep 23 19:53:30 2009 +0000
+++ b/sys/kern/vfs_cwd.c Thu Sep 24 06:14:22 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_cwd.c,v 1.1 2008/11/18 11:36:58 pooka Exp $ */
+/* $NetBSD: vfs_cwd.c,v 1.2 2009/09/24 06:14:22 yamt Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_cwd.c,v 1.1 2008/11/18 11:36:58 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_cwd.c,v 1.2 2009/09/24 06:14:22 yamt Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -76,7 +76,7 @@
cwdi->cwdi_edir = copy->cwdi_edir;
if (cwdi->cwdi_edir)
VREF(cwdi->cwdi_edir);
- cwdi->cwdi_cmask = copy->cwdi_cmask;
+ cwdi->cwdi_cmask = copy->cwdi_cmask;
cwdi->cwdi_refcnt = 1;
rw_exit(©->cwdi_lock);
Home |
Main Index |
Thread Index |
Old Index