summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commita14d555c873398b14776ca4f2c33f9c69617afb9 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/login
parentf3a2b348daf9fa6063c38d2d69563f732a2f80e7 (diff)
downloadFreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.zip
FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/Makefile4
-rw-r--r--usr.bin/login/login.c4
-rw-r--r--usr.bin/login/login_access.c2
-rw-r--r--usr.bin/login/login_fbtab.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index dec284e..9b9a7ed 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.11 1995/01/14 22:57:38 wollman Exp $
+# $Id: Makefile,v 1.12 1995/03/18 17:18:15 nate Exp $
PROG= login
MAN1= login.1
@@ -12,7 +12,7 @@ CFLAGS+=-DLOGIN_ACCESS -DSKEY -DLOGALL
CFLAGS+=-DKLOGIN_PARANOID
.endif
-DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
+DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
LDADD= -lutil -lskey -lmd -lcrypt
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_EBONES)
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
index d7eed84..b8bf1f6 100644
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -262,7 +262,7 @@ main(argc, argv)
(void)setpriority(PRIO_PROCESS, 0, -4);
#ifdef SKEY
- permit_passwd = skeyaccess(username, tty,
+ permit_passwd = skeyaccess(username, tty,
hostname ? full_hostname : NULL,
NULL);
p = skey_getpass("Password:", pwd, permit_passwd);
@@ -485,7 +485,7 @@ main(argc, argv)
p + 1 : pwd->pw_shell);
if (setlogin(pwd->pw_name) < 0)
- syslog(LOG_ERR, "setlogin() failure: %m");
+ syslog(LOG_ERR, "setlogin() failure: %m");
/* Discard permissions last so can't get killed and drop core. */
if (rootlogin)
diff --git a/usr.bin/login/login_access.c b/usr.bin/login/login_access.c
index 90de8e0..6284216 100644
--- a/usr.bin/login/login_access.c
+++ b/usr.bin/login/login_access.c
@@ -3,7 +3,7 @@
* control based on login names and on host (or domain) names, internet
* addresses (or network numbers), or on terminal line names in case of
* non-networked logins. Diagnostics are reported through syslog(3).
- *
+ *
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
*/
diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c
index fe255e4..37cfe7a 100644
--- a/usr.bin/login/login_fbtab.c
+++ b/usr.bin/login/login_fbtab.c
@@ -7,7 +7,7 @@
*
* Redistribution and use in source and binary forms are permitted
* provided that this entire copyright notice is duplicated in all such
-* copies.
+* copies.
*
* This software is provided "as is" and without any expressed or implied
* warranties, including, without limitation, the implied warranties of
OpenPOWER on IntegriCloud