Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs USE_OWNER -> USES_OWNER for consistency with ot...
details: https://anonhg.NetBSD.org/src/rev/44edca1a2dce
branches: trunk
changeset: 770219:44edca1a2dce
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Oct 08 13:00:55 2011 +0000
description:
USE_OWNER -> USES_OWNER for consistency with other macros.
diffstat:
tests/fs/vfs/t_unpriv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e1af9399a5b6 -r 44edca1a2dce tests/fs/vfs/t_unpriv.c
--- a/tests/fs/vfs/t_unpriv.c Sat Oct 08 11:07:09 2011 +0000
+++ b/tests/fs/vfs/t_unpriv.c Sat Oct 08 13:00:55 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_unpriv.c,v 1.1 2011/01/06 15:19:10 njoly Exp $ */
+/* $NetBSD: t_unpriv.c,v 1.2 2011/10/08 13:00:55 njoly Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include "../common/h_fsmacros.h"
#include "../../h_macros.h"
-#define USE_OWNER \
+#define USES_OWNER \
if (FSTYPE_SYSVBFS(tc) || FSTYPE_MSDOS(tc) || FSTYPE_RUMPFS(tc)) \
atf_tc_skip("owner not supported by file system")
@@ -43,7 +43,7 @@
owner(const atf_tc_t *tc, const char *mp)
{
- USE_OWNER;
+ USES_OWNER;
FSTEST_ENTER();
Home |
Main Index |
Thread Index |
Old Index