summaryrefslogtreecommitdiffstats
path: root/compat/tree.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-26 18:31:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-26 18:31:10 +0000
commit3a55871d0427b45713d56938202a3e2265a428c1 (patch)
treeb95bfd23b976bb1541709f3dc06bdbc442691063 /compat/tree.h
parentcd4566cd6976c741b4075eee81e29353d353af79 (diff)
Now in base.
Diffstat (limited to 'compat/tree.h')
-rw-r--r--compat/tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/tree.h b/compat/tree.h
index 853a9a9b..0f480e3e 100644
--- a/compat/tree.h
+++ b/compat/tree.h
@@ -1,5 +1,5 @@
-/* $Id: tree.h,v 1.3 2009-04-29 22:45:32 nicm Exp $ */
-/* $OpenBSD: tree.h,v 1.11 2008/05/11 22:19:09 millert Exp $ */
+/* $Id: tree.h,v 1.4 2009-05-26 18:31:10 nicm Exp $ */
+/* $OpenBSD: tree.h,v 1.12 2009/03/02 09:42:55 mikeb Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -330,7 +330,7 @@ struct { \
} while (0)
#ifndef RB_AUGMENT
-#define RB_AUGMENT(x)
+#define RB_AUGMENT(x) do {} while (0)
#endif
#define RB_ROTATE_LEFT(head, elm, tmp, field) do { \