diff options
author | dtucker <dtucker> | 2009-06-21 08:58:46 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2009-06-21 08:58:46 +0000 |
commit | 87c8ff0ae639ac900e2660c302636b2c0e824638 (patch) | |
tree | bd42ad9fae8a010848853c6a45c68321b6235533 /monitor.c | |
parent | eb9df0a87787c3bee8bce862a4b4e73f56f08f3d (diff) | |
download | openssh-87c8ff0ae639ac900e2660c302636b2c0e824638.tar.gz |
- andreas@cvs.openbsd.org 2009/06/12 20:43:22
[monitor.c packet.c]
Fix warnings found by chl@ and djm@ and change roaming_atomicio's
return type to match atomicio's
Diff from djm@, ok markus@
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.103 2009/05/28 16:50:16 andreas Exp $ */ +/* $OpenBSD: monitor.c,v 1.104 2009/06/12 20:43:22 andreas Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * Copyright 2002 Markus Friedl <markus@openbsd.org> @@ -88,6 +88,7 @@ #include "compat.h" #include "ssh2.h" #include "jpake.h" +#include "roaming.h" #ifdef GSSAPI static Gssctxt *gsscontext = NULL; |