svn commit: r278315 - head/lib/libc/stdlib
Pedro F. Giffuni
pfg at FreeBSD.org
Fri Feb 6 14:22:01 UTC 2015
Author: pfg
Date: Fri Feb 6 14:22:00 2015
New Revision: 278315
URL: https://svnweb.freebsd.org/changeset/base/278315
Log:
Update comment and NetBSD ID tag.
The NetBSD revisions correspond to changes we have already done
like __P() removal and ANSI-fication of definitions.
Modified:
head/lib/libc/stdlib/tdelete.c
Modified: head/lib/libc/stdlib/tdelete.c
==============================================================================
--- head/lib/libc/stdlib/tdelete.c Fri Feb 6 14:07:01 2015 (r278314)
+++ head/lib/libc/stdlib/tdelete.c Fri Feb 6 14:22:00 2015 (r278315)
@@ -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
*/
More information about the svn-src-all
mailing list