diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libc/locale/wcstoumax.c | |
parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) |
Diffstat (limited to 'lib/libc/locale/wcstoumax.c')
-rw-r--r-- | lib/libc/locale/wcstoumax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wcstoumax.c b/lib/libc/locale/wcstoumax.c index d643b0b248847..765bbfb274d9d 100644 --- a/lib/libc/locale/wcstoumax.c +++ b/lib/libc/locale/wcstoumax.c @@ -34,7 +34,7 @@ static char sccsid[] = "from @(#)strtoul.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ __FBSDID("FreeBSD: src/lib/libc/stdlib/strtoumax.c,v 1.8 2002/09/06 11:23:59 tjr Exp "); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/locale/wcstoumax.c,v 1.2 2007/01/09 00:28:01 imp Exp $"); #include <errno.h> #include <inttypes.h> |