mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
155 B
C
11 lines
155 B
C
|
|
/* $FreeBSD$ */
|
||
|
|
/* XXX Hacks.... */
|
||
|
|
|
||
|
|
dtrace_cacheid_t dtrace_predcache_id;
|
||
|
|
|
||
|
|
boolean_t
|
||
|
|
priv_policy_only(const cred_t *a, int b, boolean_t c)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|