summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2013-11-13 20:35:10 +0000
committered <ed@FreeBSD.org>2013-11-13 20:35:10 +0000
commit97a4a8d8236384234d12e30ea23674802422f9f1 (patch)
treea65f55d3a1b9870109b6c8acde698d28172af076 /usr.bin/login
parenta1d0c0dabbbd472de103f01fe90c87fc1376578a (diff)
downloadFreeBSD-src-97a4a8d8236384234d12e30ea23674802422f9f1.zip
FreeBSD-src-97a4a8d8236384234d12e30ea23674802422f9f1.tar.gz
Fix whitespace.
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/login.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
index 1de440b..166dfdc 100644
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -103,8 +103,8 @@ static void usage(void);
#define DEFAULT_PASSWD_PROMPT "Password:"
#define TERM_UNKNOWN "su"
#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */
-#define NO_SLEEP_EXIT 0
-#define SLEEP_EXIT 5
+#define NO_SLEEP_EXIT 0
+#define SLEEP_EXIT 5
/*
* This bounds the time given to login. Not a define so it can
@@ -380,12 +380,12 @@ main(int argc, char *argv[])
au_login_success();
#endif
- /*
- * This needs to happen before login_getpwclass to support
- * home directories on GSS-API authenticated NFS where the
- * kerberos credentials need to be saved so that the kernel
- * can authenticate to the NFS server.
- */
+ /*
+ * This needs to happen before login_getpwclass to support
+ * home directories on GSS-API authenticated NFS where the
+ * kerberos credentials need to be saved so that the kernel
+ * can authenticate to the NFS server.
+ */
pam_err = pam_setcred(pamh, pam_silent|PAM_ESTABLISH_CRED);
if (pam_err != PAM_SUCCESS) {
pam_syslog("pam_setcred()");
OpenPOWER on IntegriCloud