From 4455d367fd43dbbf0dcb1edbe0502ffebc9ca352 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 5 Mar 2001 10:21:05 +0000 Subject: [PATCH] Use our standard .c rcsid format. --- lib/libc/locale/localeconv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index 326a0be6096e..e113cbb99105 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -36,7 +36,8 @@ #if 0 static char sccsid[] = "@(#)localeconv.c 8.1 (Berkeley) 6/4/93"; #endif -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include