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