summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/monitor.h')
-rw-r--r--crypto/openssh/monitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/monitor.h b/crypto/openssh/monitor.h
index 5bc41b5..93b8b66 100644
--- a/crypto/openssh/monitor.h
+++ b/crypto/openssh/monitor.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor.h,v 1.18 2014/01/29 06:18:35 djm Exp $ */
+/* $OpenBSD: monitor.h,v 1.19 2015/01/19 19:52:16 markus Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -75,7 +75,7 @@ struct monitor {
int m_log_sendfd;
struct mm_master *m_zback;
struct mm_master *m_zlib;
- struct Kex **m_pkex;
+ struct kex **m_pkex;
pid_t m_pid;
};
OpenPOWER on IntegriCloud