missing limit LOGIN_NAME_MAX

This commit is contained in:
Rich Felker 2012-05-14 00:01:48 -04:00
parent bc63e4fa2c
commit f8ac55516d
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
#define SEM_NSEMS_MAX 256
#define DELAYTIMER_MAX 0x7fffffff
#define MQ_PRIO_MAX 32768
#define LOGIN_NAME_MAX 256
/* Arbitrary numbers... */