summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/hcreate.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2014-07-21 22:47:59 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2014-07-21 22:47:59 +0000
commit257b103a9d8f824ea3a067df3abf88e88ffe9094 (patch)
treee1fa5505ad0535abee62ca48f8a853dadbeb5363 /lib/libc/stdlib/hcreate.c
parent549a827eea17059f8c1ab6cf36fd91f04c745988 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/hcreate.c')
-rw-r--r--lib/libc/stdlib/hcreate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c
index c68fe1b76a52..cfcd11583be3 100644
--- a/lib/libc/stdlib/hcreate.c
+++ b/lib/libc/stdlib/hcreate.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hcreate.c,v 1.2 2001/02/19 21:26:04 ross Exp $ */
+/* $NetBSD: hcreate.c,v 1.6 2008/07/21 12:05:43 lukem Exp $ */
/*
* Copyright (c) 2001 Christopher G. Demetriou
@@ -15,7 +15,7 @@
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed for the
- * NetBSD Project. See http://www.netbsd.org/ for
+ * NetBSD Project. See http://www.NetBSD.org/ for
* information about NetBSD.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
@@ -49,7 +49,7 @@
#include <sys/cdefs.h>
#if 0
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: hcreate.c,v 1.2 2001/02/19 21:26:04 ross Exp $");
+__RCSID("$NetBSD: hcreate.c,v 1.6 2008/07/21 12:05:43 lukem Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
__FBSDID("$FreeBSD$");