From a5e34e047dcc6709d994949389eb6e91709b3266 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Feb 2003 02:26:32 +0000 Subject: [PATCH] Update. 2003-02-17 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX and LOGIN_NAME_MAX. --- linuxthreads/ChangeLog | 5 +++++ linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5a187ab57ee..cc2f38d81c5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-02-17 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX + and LOGIN_NAME_MAX. + 2003-02-17 Kevin B. Hendricks Franz Sirl diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h index ad432170793..4844f01950f 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h @@ -1,5 +1,5 @@ /* Minimum guaranteed maximum values for system limits. Linux version. - Copyright (C) 1993,94,95,96,97,98,2000,2002 Free Software Foundation, Inc. + Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -78,3 +78,9 @@ /* Maximum number of timer expiration overruns. */ #define DELAYTIMER_MAX 2147483647 + +/* Maximum tty name length. */ +#define TTY_NAME_MAX 32 + +/* Maximum login name length. This is arbitrary. */ +#define LOGIN_NAME_MAX 256 -- 2.47.2