diff options
| -rw-r--r-- | lib/libc/locale/localeconv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index f3172af5805d..1ab6d7b71570 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -33,6 +33,8 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)localeconv.c 8.1 (Berkeley) 6/4/93"; +static char rcsid[] = + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <locale.h> |
