Update comment and NetBSD ID tag.

The NetBSD revisions correspond to changes we have already done
like __P() removal and ANSI-fication of definitions.
This commit is contained in:
Pedro F. Giffuni 2015-02-06 14:22:00 +00:00
parent 24ef1d7ab6
commit 02aa7d7b57

View File

@ -14,7 +14,7 @@
#include <sys/cdefs.h>
#if 0
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: tdelete.c,v 1.2 1999/09/16 11:45:37 lukem Exp $");
__RCSID("$NetBSD: tdelete.c,v 1.6 2012/06/25 22:32:45 abs Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
__FBSDID("$FreeBSD$");
@ -25,9 +25,9 @@ __FBSDID("$FreeBSD$");
/*
* delete node with given key
* find a node with given key
*
* vkey: key to be deleted
* vkey: key to be found
* vrootp: address of the root of the tree
* compar: function to carry out node comparisons
*/