]> andersk Git - openssh.git/blobdiff - auth-options.c
One way to massive patch. <sigh> It compiles and works under Linux..
[openssh.git] / auth-options.c
index 181bf73215e7db96a494d4a7b5b861297ac3ded9..c598f70df4cc7760d2e63d3b026068dbbf95be76 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-options.c,v 1.6 2000/11/15 22:31:36 markus Exp $");
+RCSID("$OpenBSD: auth-options.c,v 1.7 2000/12/19 23:17:54 markus Exp $");
 
 #include "ssh.h"
 #include "packet.h"
@@ -54,7 +54,7 @@ auth_clear_options(void)
 
 /* return 1 if access is granted, 0 if not. side effect: sets key option flags */
 int
-auth_parse_options(struct passwd *pw, char *options, unsigned long linenum)
+auth_parse_options(struct passwd *pw, char *options, u_long linenum)
 {
        const char *cp;
        if (!options)
This page took 0.153708 seconds and 4 git commands to generate.