]> andersk Git - openssh.git/blobdiff - auth2.c
- djm@cvs.openbsd.org 2006/07/10 12:08:08
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index d255242edb0716b18e91e49769bf6d8fd7c5c276..ad57c64e6b7022f27591e5ed128b27b6619e4108 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: auth2.c,v 1.111 2006/07/06 16:03:53 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.107 2004/07/28 09:40:29 markus Exp $");
+
+#include <sys/types.h>
+
+#include <pwd.h>
 
 #include "ssh2.h"
 #include "xmalloc.h"
@@ -96,6 +100,7 @@ do_authentication2(Authctxt *authctxt)
        dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
 }
 
+/*ARGSUSED*/
 static void
 input_service_request(int type, u_int32_t seq, void *ctxt)
 {
@@ -129,6 +134,7 @@ input_service_request(int type, u_int32_t seq, void *ctxt)
        xfree(service);
 }
 
+/*ARGSUSED*/
 static void
 input_userauth_request(int type, u_int32_t seq, void *ctxt)
 {
This page took 0.069607 seconds and 4 git commands to generate.