diff options
Diffstat (limited to 'lib/libc/nls/msgcat.c')
-rw-r--r-- | lib/libc/nls/msgcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 5a0f9a921203..2abd46155f29 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/nls/msgcat.c,v 1.21.2.3 2000/09/08 11:44:09 ache Exp $ */ /*********************************************************** Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts. @@ -33,7 +33,7 @@ up-to-date. Many thanks. ******************************************************************/ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$FreeBSD$"; +static char *rcsid = "$FreeBSD: src/lib/libc/nls/msgcat.c,v 1.21.2.3 2000/09/08 11:44:09 ache Exp $"; #endif /* LIBC_SCCS and not lint */ /* |