From 49f7b80f8a379eefbdf708d94ebf17ab93101af4 Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 26 Oct 2007 06:39:05 +0000 Subject: [PATCH] - tdeval@cvs.openbsd.org 2004/11/24 18:10:42 [openbsd-compat/sys-tree.h] typo --- ChangeLog | 7 +++++-- openbsd-compat/sys-tree.h | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ded18bba..90697f60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,10 +87,13 @@ [openbsd-compat/base64.c] remove calls to abort(3) that can't happen anyway; from ; ok millert@ deraadt@ - - frantzen@@cvs.openbsd.org 2004/04/24 18:11:46 - [openbsd-compat/tree.h] + - frantzen@cvs.openbsd.org 2004/04/24 18:11:46 + [openbsd-compat/sys-tree.h] sync to Niels Provos' version. avoid unused variable warning in RB_NEXT() + - tdeval@cvs.openbsd.org 2004/11/24 18:10:42 + [openbsd-compat/sys-tree.h] + typo - (djm) [regress/sftp-cmds.sh] Use more restrictive glob to pick up test files from /bin - some platforms ship broken symlinks there which could spoil the test. diff --git a/openbsd-compat/sys-tree.h b/openbsd-compat/sys-tree.h index 77124803..6b777d9f 100644 --- a/openbsd-compat/sys-tree.h +++ b/openbsd-compat/sys-tree.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tree.h,v 1.8 2004/04/24 18:11:46 frantzen Exp $ */ +/* $OpenBSD: tree.h,v 1.9 2004/11/24 18:10:42 tdeval Exp $ */ /* * Copyright 2002 Niels Provos * All rights reserved. @@ -289,7 +289,7 @@ void name##_SPLAY_MINMAX(struct name *head, int __comp) \ (x) != NULL; \ (x) = SPLAY_NEXT(name, head, x)) -/* Macros that define a red-back tree */ +/* Macros that define a red-black tree */ #define RB_HEAD(name, type) \ struct name { \ struct type *rbh_root; /* root of the tree */ \ -- 2.45.2