diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-31 23:34:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-31 23:34:16 +0000 |
commit | 422dc54b3e3ec2489a57dc0e75da39cb5c940e5e (patch) | |
tree | e6b0cab2977c6c6cffcd9172422dcf8064ccfc15 | |
parent | af7194e9a1e27a135acd49055ab325f9229e8eec (diff) |
No, MAXLOGNAME 32 is better, because mumble mumble blah blah blah
-rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index d2b64d36ace..7c7d428f602 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.31 2001/01/31 17:42:26 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.32 2001/01/31 23:34:15 deraadt Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -72,7 +72,7 @@ #define MAXCOMLEN 16 /* max command name remembered */ #define MAXINTERP 64 /* max interpreter file name length */ -#define MAXLOGNAME 33 /* max login name length */ +#define MAXLOGNAME 32 /* max login name length */ #define MAXUPRC CHILD_MAX /* max simultaneous processes */ #define NCARGS ARG_MAX /* max bytes for an exec function */ #define NGROUPS NGROUPS_MAX /* max number groups */ |