From 333fc21e3cd79bca0c94d7722c5a56cb5ad078d1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 22 Mar 2002 21:53:29 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/stdlib/hcreate.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdlib/hcreate.c') 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 +#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 #include -- cgit v1.2.3