Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2015 14:22:01 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278315 - head/lib/libc/stdlib
Message-ID:  <201502061422.t16EM11A043411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502061422.t16EM11A043411>