pkgsrc/devel/mit-pthreads/patches/patch-ab

13 lines
377 B
Text
Raw Normal View History

$NetBSD: patch-ab,v 1.3 1998/08/23 06:22:17 garbled Exp $
1998-04-18 18:53:28 +02:00
--- stdio/vfprintf.c-orig Wed Oct 18 11:57:52 1995
+++ stdio/vfprintf.c Sat Apr 18 18:20:10 1998
@@ -730,7 +730,7 @@
} else
*sign = '\000';
/* #if !defined(__alpha__) && !defined(hpux) */
-#ifndef 0
+#if !0
digits = __dtoa(value, mode, ndigits, decpt, &dsgn, &rve);
#else
{ char *ecvt(double,int,int*,int*);