summaryrefslogtreecommitdiff
path: root/monitor_mm.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-12 10:43:29 +1000
committerDamien Miller <djm@mindrot.org>2002-09-12 10:43:29 +1000
commit9b481510bb211f6131303d9ec58788b4e2c3a2c4 (patch)
treea754502d4bcd31aa4b96bbf1381edc1f41c9b3f0 /monitor_mm.h
parent622accfdb75e5d3705f03bf6b55e37809fdfa777 (diff)
- (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and
fake-queue.h to sys-tree.h and sys-queue.h
Diffstat (limited to 'monitor_mm.h')
-rw-r--r--monitor_mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_mm.h b/monitor_mm.h
index c0a66d5e7..a1323b9a8 100644
--- a/monitor_mm.h
+++ b/monitor_mm.h
@@ -27,7 +27,7 @@
27 27
28#ifndef _MM_H_ 28#ifndef _MM_H_
29#define _MM_H_ 29#define _MM_H_
30#include "openbsd-compat/tree.h" 30#include "openbsd-compat/sys-tree.h"
31 31
32struct mm_share { 32struct mm_share {
33 RB_ENTRY(mm_share) next; 33 RB_ENTRY(mm_share) next;