mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Move definition of CAP_MAX_BUF_LEN to sys/capability.h
(I could have sworn I committed this before, but apparently I missed it during the merge, breaking world) Submitted by: tmm Obtained from: TrustedBSD Project Pointed out by: Mike Barcroft <mike@FreeBSD.org>
This commit is contained in:
parent
b8603f0e57
commit
1b08f101ba
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ int cap_equal_np(cap_t, cap_t);
|
|||
/* Is the first cap set a subset of the second? */
|
||||
int cap_subset_np(cap_t, cap_t);
|
||||
|
||||
#define CAP_MAX_BUF_LEN 1024 /* Maximum cap text buffer length */
|
||||
|
||||
#endif /* !_KERNEL */
|
||||
|
||||
#endif /* !_SYS_CAPABILITY_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue