]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/wcstol.c
Libc-763.11.tar.gz
[apple/libc.git] / locale / FreeBSD / wcstol.c
index ae51c2e44b2f423691c0c2b25dfba5fc6a11b4a1..7c2afbda732dcdc5b7c4e15c038f7cf6b73af07f 100644 (file)
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
@@ -32,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/locale/wcstol.c,v 1.1 2002/09/08 13:27:26 tjr Exp $");
+__FBSDID("$FreeBSD: src/lib/libc/locale/wcstol.c,v 1.2 2007/01/09 00:28:01 imp Exp $");
 
 #include <ctype.h>
 #include <errno.h>