From d884586a2ccd2233081f24b9eb4a51eb8de92487 Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 29 Oct 2007 23:52:44 +0000 Subject: [PATCH] - 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@ --- ChangeLog | 7 +++++++ openbsd-compat/sys-tree.h | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ac45492..23aa2c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +20071030 + - (djm) OpenBSD CVS Sync + - 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@ + 20071026 - (djm) OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2007/09/11 23:49:09 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 * 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 -- 2.45.2