Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
$NetBSD: patch-aq,v 1.3 2001/05/24 19:51:47 dmcmahill Exp $
--- tracer/trcutil.c.orig Mon Mar 22 10:25:58 1999
+++ tracer/trcutil.c Tue May 15 23:21:24 2001
@@ -1319,5 +1319,5 @@
if ( i < trptr->num - 1 )
{
- sprintf( tmp, "%lf, ",
+ sprintf( tmp, "%f, ",
TRC_ARR_VALUE_OF( trptr->value,
double, i ) );
@@ -1326,5 +1326,5 @@
else
{
- sprintf( tmp, "%lf",
+ sprintf( tmp, "%f",
TRC_ARR_VALUE_OF( trptr->value,
double, i ) );