diff options
Diffstat (limited to 'lib/libc/stdlib/hcreate.c')
| -rw-r--r-- | lib/libc/stdlib/hcreate.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index ecc24310ae4b..d40bd95d63bf 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/lib/libc/stdlib/hcreate.c @@ -1,5 +1,4 @@  /* $NetBSD: hcreate.c,v 1.2 2001/02/19 21:26:04 ross Exp $ */ -/* $FreeBSD$ */  /*   * Copyright (c) 2001 Christopher G. Demetriou @@ -48,9 +47,12 @@   */  #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 $");  #endif /* LIBC_SCCS and not lint */ +#endif +__FBSDID("$FreeBSD$");  #include <sys/types.h>  #include <sys/queue.h>  | 
