Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/sys/kern Let's try that again without th...
details: https://anonhg.NetBSD.org/src/rev/b9b462273281
branches: trunk
changeset: 782182:b9b462273281
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Oct 19 22:19:15 2012 +0000
description:
Let's try that again without the static...
diffstat:
external/cddl/osnet/sys/kern/policy.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 34fcf851e762 -r b9b462273281 external/cddl/osnet/sys/kern/policy.c
--- a/external/cddl/osnet/sys/kern/policy.c Fri Oct 19 20:46:06 2012 +0000
+++ b/external/cddl/osnet/sys/kern/policy.c Fri Oct 19 22:19:15 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: policy.c,v 1.5 2012/10/19 19:58:33 riastradh Exp $ */
+/* $NetBSD: policy.c,v 1.6 2012/10/19 22:19:15 riastradh Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -205,7 +205,7 @@
return kauth_authorize_generic(cred, KAUTH_GENERIC_ISSUSER, NULL);
}
-static int
+int
secpolicy_vnode_utime_modify(kauth_cred_t cred)
{
Home |
Main Index |
Thread Index |
Old Index