aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/priv.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2018-12-11 19:32:16 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2018-12-11 19:32:16 +0000
commitcc426dd31990b8b50b210efc450e404596548ca1 (patch)
tree4c797c5d8886d8d05bb5346b747005b539105825 /sys/sys/priv.h
parent959530cc41aea5f878c2c2cea5b545d295108bab (diff)
downloadsrc-cc426dd31990b8b50b210efc450e404596548ca1.tar.gz
src-cc426dd31990b8b50b210efc450e404596548ca1.zip
Notes
Diffstat (limited to 'sys/sys/priv.h')
-rw-r--r--sys/sys/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h
index 9c9964eaa180..acf50903974c 100644
--- a/sys/sys/priv.h
+++ b/sys/sys/priv.h
@@ -532,7 +532,7 @@
struct thread;
struct ucred;
int priv_check(struct thread *td, int priv);
-int priv_check_cred(struct ucred *cred, int priv, int flags);
+int priv_check_cred(struct ucred *cred, int priv);
#endif
#endif /* !_SYS_PRIV_H_ */