Subject: Re: using long usernames
To: Christos Zoulas <christos@zoulas.com>
From: Perry E. Metzger <perry@piermont.com>
List: port-sparc
Date: 02/24/2003 15:26:13
christos@zoulas.com (Christos Zoulas) writes:
> /usr/src/sys/sys/param.h:#define MAXLOGNAME      (LOGIN_NAME_MAX - 1) /* max login name length */

The full set of lines say:

/* DEPRECATED: use LOGIN_NAME_MAX instead. */
#define MAXLOGNAME      (LOGIN_NAME_MAX - 1) /* max login name length */

So if it is deprecated, we should yank it. If it is not deprecated, we
should remove the comment.

Perry