mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Increase ARG_MAX so that `make clean' in src/lib/libc works again.
(Adding YP pushed it over the limit.)
This commit is contained in:
parent
437c3dee7c
commit
71919dabc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1918
@ -31,10 +31,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)syslimits.h 8.1 (Berkeley) 6/2/93
|
||||
* $Id$
|
||||
* $Id: syslimits.h,v 1.2 1994/08/02 07:53:42 davidg Exp $
|
||||
*/
|
||||
|
||||
#define ARG_MAX 20480 /* max bytes for an exec function */
|
||||
#define ARG_MAX 40960 /* max bytes for an exec function */
|
||||
#define CHILD_MAX 40 /* max simultaneous processes */
|
||||
#define LINK_MAX 32767 /* max file link count */
|
||||
#define MAX_CANON 255 /* max bytes in term canon input line */
|
||||
|
Loading…
Reference in New Issue
Block a user