Loading...
stdlib/FreeBSD/atof.c.patch Libc-498 Libc-763.13
--- Libc/Libc-498/stdlib/FreeBSD/atof.c.patch
+++ Libc/Libc-763.13/stdlib/FreeBSD/atof.c.patch
@@ -1,8 +1,8 @@
---- atof.c.orig	2004-11-25 11:38:41.000000000 -0800
-+++ atof.c	2005-02-23 18:31:38.000000000 -0800
-@@ -37,11 +37,22 @@
+--- atof.c.bsdnew	2009-11-13 14:11:47.000000000 -0800
++++ atof.c	2009-11-13 14:11:47.000000000 -0800
+@@ -33,11 +33,22 @@ static char sccsid[] = "@(#)atof.c	8.1 (
  #include <sys/cdefs.h>
- __FBSDID("$FreeBSD: src/lib/libc/stdlib/atof.c,v 1.5 2004/02/10 20:42:32 cperciva Exp $");
+ __FBSDID("$FreeBSD: src/lib/libc/stdlib/atof.c,v 1.6 2007/01/09 00:28:09 imp Exp $");
  
 +#include "xlocale_private.h"
 +