diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:43 +0000 |
| commit | 6e26c87c2d8a98fb29ae336b3b2119ba0ad0dfc8 (patch) | |
| tree | ce61f3066b7ef975553f8aac4e9f8d75ec0f87e8 /lib/libc/nls/msgcat.c | |
| parent | c2429c497266c4f8c5ec071118e956758aa4af13 (diff) | |
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 07ba4d3af84c..1fb44838da7f 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.4 2000/09/27 18:25:35 phantom 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.4 2000/09/27 18:25:35 phantom Exp $"; #endif /* LIBC_SCCS and not lint */ /* |
