summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/hcreate.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-07-15 03:28:37 +0000
committerpfg <pfg@FreeBSD.org>2014-07-15 03:28:37 +0000
commitb2edcea2f09e8ae340319af5a1ef2fd254173fe7 (patch)
treeacb501b447166438c161356ee6d202bca7b41f54 /lib/libc/stdlib/hcreate.c
parent6a45f468c198569c30ee178595ac28509cb3ba60 (diff)
downloadFreeBSD-src-b2edcea2f09e8ae340319af5a1ef2fd254173fe7.zip
FreeBSD-src-b2edcea2f09e8ae340319af5a1ef2fd254173fe7.tar.gz
libc/stdlib: Minor cleanups to code originating in NetBSD
Mostly ANSIfication and typos. Obtained from: NetBSD MFC after: 5 days
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 c68fe1b..cfcd115 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$");
OpenPOWER on IntegriCloud