diff options
author | 2005-08-08 08:05:33 +0000 | |
---|---|---|
committer | 2005-08-08 08:05:33 +0000 | |
commit | c2c925dec2134a12f472359f2a189e9a312dd721 (patch) | |
tree | 474bc5d8051a3cf6a18b0b801aab619000426fe0 /lib/libc/stdlib/hcreate.c | |
parent | sync (diff) | |
download | wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.tar.xz wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.zip |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/stdlib/hcreate.c')
-rw-r--r-- | lib/libc/stdlib/hcreate.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index 14e6fa41f23..e9b5ceed113 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/lib/libc/stdlib/hcreate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $ */ +/* $OpenBSD: hcreate.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */ /* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ /* @@ -47,15 +47,6 @@ * nobody had a copy in the office, so... */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static const char rcsid[] = "$OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $"; -#endif /* not lint */ - #include "namespace.h" #include <assert.h> #include <errno.h> |