diff options
Diffstat (limited to 'lib/libc/nls/msgcat.c')
-rw-r--r-- | lib/libc/nls/msgcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 4d446184eafd..1a3ee89a1e27 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -31,7 +31,7 @@ up-to-date. Many thanks. ******************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/nls/msgcat.c,v 1.47 2003/05/01 19:03:14 nectar Exp $"); /* * We need a better way of handling errors than printing text. I need |