]> andersk Git - openssh.git/blobdiff - monitor_mm.h
- djm@cvs.openbsd.org 2006/03/25 22:22:43
[openssh.git] / monitor_mm.h
index 5b4b789ca7f33a416a71d1de33cf999dd5ddbd53..3499c752170384cd5e453e9b44ac45fea041b7c4 100644 (file)
@@ -1,3 +1,5 @@
+/* $OpenBSD: monitor_mm.h,v 1.3 2006/03/25 22:22:43 djm Exp $ */
+
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
@@ -25,7 +27,7 @@
 
 #ifndef _MM_H_
 #define _MM_H_
-#include <sys/tree.h>
+#include "openbsd-compat/sys-tree.h"
 
 struct mm_share {
        RB_ENTRY(mm_share) next;
@@ -45,7 +47,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.032658 seconds and 4 git commands to generate.