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
71ad1033ae
commit
0cdbf7e134
@ -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 New Issue
Block a user