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
@ -243,6 +243,8 @@ int cap_equal_np(cap_t, cap_t);
|
|||||||
/* Is the first cap set a subset of the second? */
|
/* Is the first cap set a subset of the second? */
|
||||||
int cap_subset_np(cap_t, cap_t);
|
int cap_subset_np(cap_t, cap_t);
|
||||||
|
|
||||||
|
#define CAP_MAX_BUF_LEN 1024 /* Maximum cap text buffer length */
|
||||||
|
|
||||||
#endif /* !_KERNEL */
|
#endif /* !_KERNEL */
|
||||||
|
|
||||||
#endif /* !_SYS_CAPABILITY_H */
|
#endif /* !_SYS_CAPABILITY_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user