]> andersk Git - openssh.git/blobdiff - login.c
One way to massive patch. <sigh> It compiles and works under Linux..
[openssh.git] / login.c
diff --git a/login.c b/login.c
index b13b84dc18efc65153c603c4566159d117c6c0bf..649648faf1d1cd7f23ed6fb4afef4778f4fa84f9 100644 (file)
--- a/login.c
+++ b/login.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: login.c,v 1.15 2000/09/07 20:27:52 deraadt Exp $");
+RCSID("$OpenBSD: login.c,v 1.16 2000/12/19 23:17:57 markus Exp $");
 
 #include "loginrec.h"
 
@@ -49,9 +49,9 @@ RCSID("$OpenBSD: login.c,v 1.15 2000/09/07 20:27:52 deraadt Exp $");
  * The host the user logged in from will be returned in buf.
  */
 
-unsigned long
+u_long
 get_last_login_time(uid_t uid, const char *logname,
-                   char *buf, unsigned int bufsize)
+                   char *buf, u_int bufsize)
 {
   struct logininfo li;
 
This page took 0.084721 seconds and 4 git commands to generate.