Loading...
stdio/FreeBSD/printf.c.patch Libc-763.11 Libc-391.5.18
--- Libc/Libc-763.11/stdio/FreeBSD/printf.c.patch
+++ Libc/Libc-391.5.18/stdio/FreeBSD/printf.c.patch
@@ -1,15 +1,15 @@
---- 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
+--- 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 @@
  #include <sys/cdefs.h>
- __FBSDID("$FreeBSD: src/lib/libc/stdio/printf.c,v 1.11 2007/01/09 00:28:07 imp Exp $");
+ __FBSDID("$FreeBSD: src/lib/libc/stdio/printf.c,v 1.10 2002/09/06 11:23:55 tjr Exp $");
  
 +#include "xlocale_private.h"
 +
  #include <stdio.h>
  #include <stdarg.h>
  
-@@ -46,7 +48,20 @@ printf(char const * __restrict fmt, ...)
+@@ -50,7 +52,20 @@
  	va_list ap;
  
  	va_start(ap, fmt);