diff options
author | eric <eric@FreeBSD.org> | 2001-05-22 06:20:27 +0000 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2001-05-22 06:20:27 +0000 |
commit | aee1b055110c6e03863fea2a3c91b94153fdc573 (patch) | |
tree | f290fd2bb9b41efc5f33cfad0d55a917ba89fa9d /usr.bin | |
parent | 5c77aeefb2ec631d07dbd2ce8203d31d1199fe53 (diff) | |
download | FreeBSD-src-aee1b055110c6e03863fea2a3c91b94153fdc573.zip FreeBSD-src-aee1b055110c6e03863fea2a3c91b94153fdc573.tar.gz |
Remove an accidentaly added extra blank line.
Approved by: murray
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/login/login.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index a0eae47..c1f2baa 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -424,7 +424,6 @@ main(argc, argv) #define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */ - warntime = login_getcaptime(lc, "warnexpire", DEFAULT_WARN, DEFAULT_WARN); |