summaryrefslogtreecommitdiff
path: root/benchmarks/ttcp/patches/patch-ab
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /benchmarks/ttcp/patches/patch-ab
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'benchmarks/ttcp/patches/patch-ab')
-rw-r--r--benchmarks/ttcp/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/ttcp/patches/patch-ab b/benchmarks/ttcp/patches/patch-ab
index 3baa876d734..264a3c9c1c9 100644
--- a/benchmarks/ttcp/patches/patch-ab
+++ b/benchmarks/ttcp/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2005/11/07 13:55:32 joerg Exp $
+$NetBSD: patch-ab,v 1.7 2005/12/05 20:49:51 rillig Exp $
--- ttcp.c.orig 1997-02-27 21:30:23.000000000 +0000
+++ ttcp.c
-@@ -55,6 +55,7 @@ static char RCSid[] = "ttcp.c $Revision:
+@@ -55,6 +55,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/time.h> /* struct timeval */