summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-19 09:34:06 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-19 09:34:06 +0000
commit8d2f5e104f1c5eaa23cb2cbfaf812365eb37e107 (patch)
tree7734132a480291d392edf7f5453c55aac2cb2bd0 /usr.bin
parent3cc2dca628c1ee84b8bdba463c6e318cf130fa70 (diff)
downloadFreeBSD-src-8d2f5e104f1c5eaa23cb2cbfaf812365eb37e107.zip
FreeBSD-src-8d2f5e104f1c5eaa23cb2cbfaf812365eb37e107.tar.gz
Fix a fatal typo.
PR: bin/4801 Submitted by: mishania@demos.su (Mikhail A. Sokolov)
Diffstat (limited to 'usr.bin')
-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 ecf1029..5ed7998 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",
OpenPOWER on IntegriCloud