libc: set ERRMAX to 128 (to match genbuf in the kernel's Proc structure)

This commit is contained in:
Giacomo Tesio 2017-10-18 01:40:40 +02:00
parent b42f8bd4a8
commit d3c2605d57
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ extern void jehanne_freenetconninfo(NetConnInfo*);
*/
#define STATMAX 65535U /* max length of machine-independent stat structure */
#define DIRMAX (sizeof(Dir)+STATMAX) /* max length of Dir structure */
#define ERRMAX 256 /* max length of error string */
#define ERRMAX 128 /* max length of error string */
#define MORDER 0x0003 /* mask for bits defining order of mounting */
#define MREPL 0x0000 /* mount replaces object */