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:
rwatson 2001-08-31 07:07:28 +00:00
parent 71ad1033ae
commit 0cdbf7e134

View File

@ -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 */