View | Details | Raw Unified | Return to bug 216966 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/sys/resource.h (-2 / +2 lines)
Lines 119-126 struct __wrusage { Link Here
119
#define	RLIM_NLIMITS	15		/* number of resource limits */
119
#define	RLIM_NLIMITS	15		/* number of resource limits */
120
120
121
#define	RLIM_INFINITY	((rlim_t)(((__uint64_t)1 << 63) - 1))
121
#define	RLIM_INFINITY	((rlim_t)(((__uint64_t)1 << 63) - 1))
122
/* XXX Missing: RLIM_SAVED_MAX, RLIM_SAVED_CUR */
122
#define	RLIM_SAVED_MAX	RLIM_INFINITY
123
123
#define	RLIM_SAVED_CUR	RLIM_INFINITY
124
124
125
/*
125
/*
126
 * Resource limit string identifiers
126
 * Resource limit string identifiers

Return to bug 216966