]> andersk Git - openssh.git/blobdiff - monitor_mm.h
- (tim) [defines.h] Fix regression in long password support on OpenServer 6.
[openssh.git] / monitor_mm.h
index 5b4b789ca7f33a416a71d1de33cf999dd5ddbd53..36a07a06df6b2aacf144f52aed4a0c37d4be11b9 100644 (file)
@@ -1,3 +1,5 @@
+/* $OpenBSD: monitor_mm.h,v 1.4 2006/08/03 03:34:42 deraadt Exp $ */
+
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
@@ -25,7 +27,6 @@
 
 #ifndef _MM_H_
 #define _MM_H_
-#include <sys/tree.h>
 
 struct mm_share {
        RB_ENTRY(mm_share) next;
@@ -45,7 +46,7 @@ struct mm_master {
        int read;               /* used for reading from other party */
 };
 
-RB_PROTOTYPE(mmtree, mm_share, next, mm_compare);
+RB_PROTOTYPE(mmtree, mm_share, next, mm_compare)
 
 #define MM_MINSIZE             128
 
This page took 0.035092 seconds and 4 git commands to generate.