diff options
Diffstat (limited to 'lib/libc/locale/wcsrtombs.c')
-rw-r--r-- | lib/libc/locale/wcsrtombs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wcsrtombs.c b/lib/libc/locale/wcsrtombs.c index f3b38b71c4d82..61e5432de749b 100644 --- a/lib/libc/locale/wcsrtombs.c +++ b/lib/libc/locale/wcsrtombs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/locale/wcsrtombs.c,v 1.6 2004/07/21 10:54:57 tjr Exp $"); #include <limits.h> #include <stdlib.h> |