diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:42:53 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:42:53 +0000 |
commit | 87552344215a38d3a2b0d4d63dc151e05978bbe1 (patch) | |
tree | 9f4b96055e6ccaa915e8d59d9f2805e9e119371d /monitor_mm.h | |
parent | a25ec0b132c44c9e341e08464ff830de06b81126 (diff) | |
parent | ef94e5613d37bcbf880f21ee6094e4b1c7683a4c (diff) |
import openssh-5.1p1-gsskex-cjwatson-20080722.patch
Diffstat (limited to 'monitor_mm.h')
-rw-r--r-- | monitor_mm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/monitor_mm.h b/monitor_mm.h index 36a07a06d..c890f7709 100644 --- a/monitor_mm.h +++ b/monitor_mm.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_mm.h,v 1.4 2006/08/03 03:34:42 deraadt Exp $ */ | 1 | /* $OpenBSD: monitor_mm.h,v 1.5 2008/04/29 11:20:31 otto Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -41,9 +41,6 @@ struct mm_master { | |||
41 | size_t size; | 41 | size_t size; |
42 | 42 | ||
43 | struct mm_master *mmalloc; /* Used to completely share */ | 43 | struct mm_master *mmalloc; /* Used to completely share */ |
44 | |||
45 | int write; /* used to writing to other party */ | ||
46 | int read; /* used for reading from other party */ | ||
47 | }; | 44 | }; |
48 | 45 | ||
49 | RB_PROTOTYPE(mmtree, mm_share, next, mm_compare) | 46 | RB_PROTOTYPE(mmtree, mm_share, next, mm_compare) |