aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-10-19 09:34:06 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-10-19 09:34:06 +0000
commitf87ea4059afe7531322ba161bcc40d8a27e3cf80 (patch)
tree27eb33d0826a2fdadc88ece7aafa7e59ae84f479
parent933880dd6ec67aa6027c4ea373e86f58ff37fc3c (diff)
Notes
-rw-r--r--usr.bin/login/login.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
index ecf102915e64..5ed799855bde 100644
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: login.c,v 1.28 1997/07/22 07:39:43 charnier Exp $";
+ "$Id: login.c,v 1.29 1997/09/28 08:49:22 markm Exp $";
#endif /* not lint */
/*
@@ -552,7 +552,7 @@ main(argc, argv)
if (pwd->pw_change || pwd->pw_expire)
(void)gettimeofday(&tp, (struct timezone *)NULL);
-#define DEFAULT_WARN (2L * 7L & 86400L) /* Two weeks */
+#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */
#ifdef LOGIN_CAP
warntime = login_getcaptime(lc, "warnpassword",