diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 21:53:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 21:53:29 +0000 |
commit | 333fc21e3cd79bca0c94d7722c5a56cb5ad078d1 (patch) | |
tree | a7704420ac18af12d14349c9bc6bdaf03497c1d5 /lib/libc/stdlib/hcreate.c | |
parent | f2ae7368eac70a923d9eb24d3afb54678cb94dcb (diff) |
Notes
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 ecc24310ae4bf..d40bd95d63bfc 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> |