We have a usable 'LOGIN_NAME_MAX' now.

This commit is contained in:
David E. O'Brien 2003-01-06 04:42:20 +00:00
parent 9e0fd32c0b
commit 1e7812cb5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108767

View file

@ -6,8 +6,6 @@
#include <pwd.h>
#define LOGIN_NAME_MAX MAXLOGNAME /* <sys/param.h> */
#define _DIAGASSERT(x)
#include <sys/_types.h>