diff options
Diffstat (limited to 'lib/libc/string/wcscoll.c')
-rw-r--r-- | lib/libc/string/wcscoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcscoll.c b/lib/libc/string/wcscoll.c index dbfbcfa919a75..edb0d291e3901 100644 --- a/lib/libc/string/wcscoll.c +++ b/lib/libc/string/wcscoll.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscoll.c,v 1.3.32.1 2010/02/10 00:26:20 kensmith Exp $"); #include <errno.h> #include <stdlib.h> |