]> andersk Git - openssh.git/blobdiff - login.c
- OpenBSD CVS updates.
[openssh.git] / login.c
diff --git a/login.c b/login.c
index 838f37fe0f1b3ed10fa504ee2c617d7a29488f29..860257fe0bb2a0f75abd0424d4b094d162b2d885 100644 (file)
--- a/login.c
+++ b/login.c
@@ -1,20 +1,20 @@
 /*
- * 
+ *
  * login.c
- * 
+ *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
- * 
+ *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
- * 
+ *
  * Created: Fri Mar 24 14:51:08 1995 ylo
- * 
+ *
  * This file performs some of the things login(1) normally does.  We cannot
  * easily use something like login -p -h host -f user, because there are
  * several different logins around, and it is hard to determined what kind of
  * login the current system has.  Also, we want to be able to execute commands
  * on a tty.
- * 
+ *
  */
 
 #include "includes.h"
@@ -49,7 +49,7 @@ RCSID("$Id$");
  * is found).  The name of the host used last time is returned in buf.
  */
 
-unsigned long 
+unsigned long
 get_last_login_time(uid_t uid, const char *logname,
                    char *buf, unsigned int bufsize)
 {
@@ -135,7 +135,7 @@ get_last_login_time(uid_t uid, const char *logname,
  * were more standardized.
  */
 
-void 
+void
 record_login(int pid, const char *ttyname, const char *user, uid_t uid,
             const char *host, struct sockaddr * addr)
 {
@@ -273,7 +273,7 @@ record_login(int pid, const char *ttyname, const char *user, uid_t uid,
 
 /* Records that the user has logged out. */
 
-void 
+void
 record_logout(int pid, const char *ttyname)
 {
 #ifdef HAVE_LIBUTIL_LOGIN
This page took 0.02797 seconds and 4 git commands to generate.