Loading...
stdio/FreeBSD/printf.c.patch Libc-391.2.7 Libc-763.12
--- Libc/Libc-391.2.7/stdio/FreeBSD/printf.c.patch
+++ Libc/Libc-763.12/stdio/FreeBSD/printf.c.patch
@@ -1,15 +1,15 @@
---- printf.c.orig	2003-05-20 15:22:43.000000000 -0700
-+++ printf.c	2005-02-23 16:34:28.000000000 -0800
-@@ -40,6 +40,8 @@
+--- printf.c.bsdnew	2009-11-11 13:33:13.000000000 -0800
++++ printf.c	2009-11-11 13:33:13.000000000 -0800
+@@ -36,6 +36,8 @@ static char sccsid[] = "@(#)printf.c	8.1
  #include <sys/cdefs.h>
- __FBSDID("$FreeBSD: src/lib/libc/stdio/printf.c,v 1.10 2002/09/06 11:23:55 tjr Exp $");
+ __FBSDID("$FreeBSD: src/lib/libc/stdio/printf.c,v 1.11 2007/01/09 00:28:07 imp Exp $");
  
 +#include "xlocale_private.h"
 +
  #include <stdio.h>
  #include <stdarg.h>
  
-@@ -50,7 +52,20 @@
+@@ -46,7 +48,20 @@ printf(char const * __restrict fmt, ...)
  	va_list ap;
  
  	va_start(ap, fmt);