diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-09 22:18:44 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-09 22:18:44 +0000 |
commit | 76ca910ee5863ed79f83a2b4f217a1df9f47c18b (patch) | |
tree | 49171afbff877381a7d0ba448cd7911c7fb951e5 /lib/libutil/check_expire.c | |
parent | 2fb4e0192533ede27e5237da7214e7d2c7bfbceb (diff) |
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
Diffstat (limited to 'lib/libutil/check_expire.c')
-rw-r--r-- | lib/libutil/check_expire.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/check_expire.c b/lib/libutil/check_expire.c index e782d16a6e2..ddae332586d 100644 --- a/lib/libutil/check_expire.c +++ b/lib/libutil/check_expire.c @@ -1,4 +1,4 @@ -/* $OpenBSD: check_expire.c,v 1.5 2002/02/19 19:06:05 mpech Exp $ */ +/* $OpenBSD: check_expire.c,v 1.6 2002/06/09 22:18:43 fgsch Exp $ */ /* * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. @@ -88,7 +88,7 @@ login_check_expire(back, pwd, class, lastchance) warn = 0; } else { dead = login_getcaptime(lc, "password-dead", 0, 0); - warn = login_getcaptime(lc, "password-warn", + warn = login_getcaptime(lc, "password-warn", 2 * DAYSPERWEEK * SECSPERDAY, 2 * DAYSPERWEEK * SECSPERDAY); if (dead < 0) { |