summaryrefslogtreecommitdiff
path: root/openbsd-compat/sys-tree.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-30 10:52:44 +1100
committerDamien Miller <djm@mindrot.org>2007-10-30 10:52:44 +1100
commite6d152794949c1e552e154aef6c74ef867991a9b (patch)
tree63c3d3bc9cf4f09528eb08a1e76e8eb230dfd315 /openbsd-compat/sys-tree.h
parent0ff80a1b17ab5c804fc123f79ed59df2559884bb (diff)
downloadopenssh-git-e6d152794949c1e552e154aef6c74ef867991a9b.tar.gz
- djm@cvs.openbsd.org 2007/10/29 23:49:41
[openbsd-compat/sys-tree.h] remove extra backslash at the end of RB_PROTOTYPE, report from Jan.Pechanec AT Sun.COM; ok deraadt@
Diffstat (limited to 'openbsd-compat/sys-tree.h')
-rw-r--r--openbsd-compat/sys-tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/sys-tree.h b/openbsd-compat/sys-tree.h
index 6b777d9f..d4949b5e 100644
--- a/openbsd-compat/sys-tree.h
+++ b/openbsd-compat/sys-tree.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tree.h,v 1.9 2004/11/24 18:10:42 tdeval Exp $ */
+/* $OpenBSD: tree.h,v 1.10 2007/10/29 23:49:41 djm Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -382,8 +382,8 @@ struct type *name##_RB_REMOVE(struct name *, struct type *); \
struct type *name##_RB_INSERT(struct name *, struct type *); \
struct type *name##_RB_FIND(struct name *, struct type *); \
struct type *name##_RB_NEXT(struct type *); \
-struct type *name##_RB_MINMAX(struct name *, int); \
- \
+struct type *name##_RB_MINMAX(struct name *, int);
+
/* Main rb operation.
* Moves node close to the key of elm to top