summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/hcreate.c
diff options
context:
space:
mode:
authorespie <>2005-08-08 08:05:37 +0000
committerespie <>2005-08-08 08:05:37 +0000
commitd7398a270c9cd1b7b4d545ed70ea24384781a86c (patch)
tree5271cd28bf0b2aae56d5048737464cda4d24f702 /src/lib/libc/stdlib/hcreate.c
parent63dd09a8c91fcf1f022506ffd9fcf02dcb61818b (diff)
downloadopenbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.gz
openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.bz2
openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.zip
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
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>