From d90536e35b89461c5dbefaae4921fd815b80aaf5 Mon Sep 17 00:00:00 2001 From: obrien 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/strhash.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/libc/stdlib/strhash.c') diff --git a/lib/libc/stdlib/strhash.c b/lib/libc/stdlib/strhash.c index 8da9064..ab9d756 100644 --- a/lib/libc/stdlib/strhash.c +++ b/lib/libc/stdlib/strhash.c @@ -1,8 +1,3 @@ -#ifndef lint -static const char *rcsid = -"$FreeBSD$"; -#endif - /* * * Copyright 1990 @@ -72,6 +67,8 @@ static const char *rcsid = * */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1