]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/strtouq.c.patch
Libc-763.11.tar.gz
[apple/libc.git] / stdlib / FreeBSD / strtouq.c.patch
index 2af9cfdfc532bd30469db5182afacacde6e0ba50..cfeabedd95d7c441fd6164f8fc197ba06384c83a 100644 (file)
@@ -1,15 +1,15 @@
---- strtouq.c.orig     2003-05-20 15:23:25.000000000 -0700
-+++ strtouq.c  2005-02-23 18:29:05.000000000 -0800
-@@ -37,6 +37,8 @@
+--- strtouq.c.bsdnew   2009-11-13 14:11:52.000000000 -0800
++++ strtouq.c  2009-11-13 14:11:52.000000000 -0800
+@@ -33,6 +33,8 @@ static char sccsid[] = "@(#)strtouq.c        8.
  #include <sys/cdefs.h>
- __FBSDID("$FreeBSD: src/lib/libc/stdlib/strtouq.c,v 1.11 2002/08/15 09:25:04 robert Exp $");
+ __FBSDID("$FreeBSD: src/lib/libc/stdlib/strtouq.c,v 1.12 2007/01/09 00:28:10 imp Exp $");
  
 +#include "xlocale_private.h"
 +
  #include <sys/types.h>
  
  #include <stdlib.h>
-@@ -48,5 +50,13 @@
+@@ -44,5 +46,13 @@ u_quad_t
  strtouq(const char *nptr, char **endptr, int base)
  {