Module Name: src
Committed By: njoly
Date: Sat Oct 8 13:00:55 UTC 2011
Modified Files:
src/tests/fs/vfs: t_unpriv.c
Log Message:
USE_OWNER -> USES_OWNER for consistency with other macros.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_unpriv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/vfs/t_unpriv.c
diff -u src/tests/fs/vfs/t_unpriv.c:1.1 src/tests/fs/vfs/t_unpriv.c:1.2
--- src/tests/fs/vfs/t_unpriv.c:1.1 Thu Jan 6 15:19:10 2011
+++ src/tests/fs/vfs/t_unpriv.c Sat Oct 8 13:00:55 2011
@@ -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 @@ static void
owner(const atf_tc_t *tc, const char *mp)
{
- USE_OWNER;
+ USES_OWNER;
FSTEST_ENTER();