mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
13 lines
207 B
C
13 lines
207 B
C
/* $FreeBSD$ */
|
|
/* XXX Hacks.... */
|
|
|
|
dtrace_cacheid_t dtrace_predcache_id;
|
|
|
|
int panic_quiesce;
|
|
char panic_stack[PANICSTKSIZE];
|
|
|
|
boolean_t
|
|
priv_policy_only(const cred_t *a, int b, boolean_t c)
|
|
{
|
|
return 0;
|
|
}
|