summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/hcreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/hcreate.c')
-rw-r--r--src/lib/libc/stdlib/hcreate.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libc/stdlib/hcreate.c b/src/lib/libc/stdlib/hcreate.c
index 14e6fa41f2..e9b5ceed11 100644
--- a/src/lib/libc/stdlib/hcreate.c
+++ b/src/lib/libc/stdlib/hcreate.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $ */ 1/* $OpenBSD: hcreate.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */
2/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ 2/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */
3 3
4/* 4/*
@@ -47,15 +47,6 @@
47 * nobody had a copy in the office, so... 47 * nobody had a copy in the office, so...
48 */ 48 */
49 49
50#ifndef lint
51static const char copyright[] =
52"@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n";
53#endif /* not lint */
54
55#ifndef lint
56static const char rcsid[] = "$OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $";
57#endif /* not lint */
58
59#include "namespace.h" 50#include "namespace.h"
60#include <assert.h> 51#include <assert.h>
61#include <errno.h> 52#include <errno.h>