mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 20:40:03 -04:00
9 lines
139 B
C
9 lines
139 B
C
/* XXX Hacks.... */
|
|
|
|
dtrace_cacheid_t dtrace_predcache_id;
|
|
|
|
boolean_t
|
|
priv_policy_only(const cred_t *a, int b, boolean_t c)
|
|
{
|
|
return 0;
|
|
}
|