summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-08-19 14:23:51 +0100
committerColin Watson <cjwatson@debian.org>2015-08-19 16:48:11 +0100
commit0f0841b2d28b7463267d4d91577e72e3340a1d3a (patch)
treeba55fcd2b6e2cc22b30f5afb561dbb3da4c8b6c7 /monitor.h
parentf2a5f5dae656759efb0b76c3d94890b65c197a02 (diff)
parent8698446b972003b63dfe5dcbdb86acfe986afb85 (diff)
New upstream release (6.8p1).
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.h b/monitor.h
index 10ba59ea9..fd8d92cd0 100644
--- a/monitor.h
+++ b/monitor.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor.h,v 1.18 2014/01/29 06:18:35 djm Exp $ */ 1/* $OpenBSD: monitor.h,v 1.19 2015/01/19 19:52:16 markus Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -82,7 +82,7 @@ struct monitor {
82 int m_log_sendfd; 82 int m_log_sendfd;
83 struct mm_master *m_zback; 83 struct mm_master *m_zback;
84 struct mm_master *m_zlib; 84 struct mm_master *m_zlib;
85 struct Kex **m_pkex; 85 struct kex **m_pkex;
86 pid_t m_pid; 86 pid_t m_pid;
87}; 87};
88 88