summaryrefslogtreecommitdiffstats
path: root/login-utils/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/login.c')
-rw-r--r--login-utils/login.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/login-utils/login.c b/login-utils/login.c
index 0ec16ad51..8088878a5 100644
--- a/login-utils/login.c
+++ b/login-utils/login.c
@@ -201,7 +201,6 @@ int kerror = KSUCCESS, notickets = 1;
#endif
#define TTYGRPNAME "tty" /* name of group to own ttys */
-/**# define TTYGRPNAME "other" **/
#ifndef MAXPATHLEN
# define MAXPATHLEN 1024
@@ -238,11 +237,6 @@ struct ltchars ltc = {
};
#endif
-const char *months[] = {
- "Jan", "Feb", "Mar", "Apr", "May", "Jun",
- "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
-};
-
/* Nice and simple code provided by Linus Torvalds 16-Feb-93 */
/* Nonblocking stuff by Maciej W. Rozycki, macro@ds2.pg.gda.pl, 1999.
He writes: "Login performs open() on a tty in a blocking mode.