]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/cddl/dev/dtrace/dtrace_hacks.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / cddl / dev / dtrace / dtrace_hacks.c
1 /* $FreeBSD$ */
2 /* XXX Hacks.... */
3
4 dtrace_cacheid_t dtrace_predcache_id;
5
6 int panic_quiesce;
7 char panic_stack[PANICSTKSIZE];
8
9 boolean_t
10 priv_policy_only(const cred_t *a, int b, boolean_t c)
11 {
12         return 0;
13 }