diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 14:05:20 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 14:05:20 +1100 |
commit | 91d4b12fcb045d93034b2609aaf56a4b41e6eb4f (patch) | |
tree | ee1d4f180ffb05e0623e8539073eb0c6b5badcc9 /auth2.c | |
parent | 1b81a49f8669b4fd33100ec349570fc5390d88d4 (diff) |
- deraadt@cvs.openbsd.org 2006/03/20 18:17:20
[auth1.c auth2.c sshd.c]
sprinkle some ARGSUSED for table driven functions (which sometimes
must ignore their args)
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,7 @@ do_authentication2(Authctxt *authctxt) | |||
95 | dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); | 95 | dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); |
96 | } | 96 | } |
97 | 97 | ||
98 | /*ARGSUSED*/ | ||
98 | static void | 99 | static void |
99 | input_service_request(int type, u_int32_t seq, void *ctxt) | 100 | input_service_request(int type, u_int32_t seq, void *ctxt) |
100 | { | 101 | { |
@@ -128,6 +129,7 @@ input_service_request(int type, u_int32_t seq, void *ctxt) | |||
128 | xfree(service); | 129 | xfree(service); |
129 | } | 130 | } |
130 | 131 | ||
132 | /*ARGSUSED*/ | ||
131 | static void | 133 | static void |
132 | input_userauth_request(int type, u_int32_t seq, void *ctxt) | 134 | input_userauth_request(int type, u_int32_t seq, void *ctxt) |
133 | { | 135 | { |