diff options
author | obrien <obrien@FreeBSD.org> | 2003-09-10 19:08:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-09-10 19:08:16 +0000 |
commit | 27262d3f8df76e57261acbb669dc33e3248730b9 (patch) | |
tree | 0bb1c219f4e23a91db5e22db3f71342c8adf5fb7 | |
parent | d98e23fbe8dcb2d94e789df8682b23e7b6d91a75 (diff) | |
download | FreeBSD-src-27262d3f8df76e57261acbb669dc33e3248730b9.zip FreeBSD-src-27262d3f8df76e57261acbb669dc33e3248730b9.tar.gz |
Relent and back out rev 1.15.
-rw-r--r-- | sys/sys/syslimits.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h index a6d625a..7f14ae9 100644 --- a/sys/sys/syslimits.h +++ b/sys/sys/syslimits.h @@ -52,7 +52,6 @@ #define CHILD_MAX 40 /* max simultaneous processes */ #endif #define LINK_MAX 32767 /* max file link count */ -#define LOGIN_NAME_MAX 17 /* max login name length (incl. NUL) */ #define MAX_CANON 255 /* max bytes in term canon input line */ #define MAX_INPUT 255 /* max bytes in terminal input */ #define NAME_MAX 255 /* max bytes in a file name */ |