]> andersk Git - openssh.git/blobdiff - openbsd-compat/sys-tree.h
- djm@cvs.openbsd.org 2007/10/29 23:49:41
[openssh.git] / openbsd-compat / sys-tree.h
index 6b777d9f3a4e9aac2873ca33ad7fd7f2b7e6524b..d4949b5e769ff714d099ad10e705b39176a5bdd3 100644 (file)
@@ -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
This page took 0.054536 seconds and 4 git commands to generate.