summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-08-29 04:10:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-08-29 04:10:50 +0000
commit1819144bfe86f7b2a47a0a0b7973163d6a1ffde3 (patch)
tree812aafcae7f0bfc4e4848e2d41a697faba010087 /usr.bin
parent701cce8759e006ec5a16d204f3df6b817085d643 (diff)
gcc2 hates claudio
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tcpbench/tcpbench.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c
index 89dc6b1c130..2ed5ce45a10 100644
--- a/usr.bin/tcpbench/tcpbench.c
+++ b/usr.bin/tcpbench/tcpbench.c
@@ -887,7 +887,7 @@ main(int argc, char **argv)
kvm_t *kvmh = NULL;
struct rlimit rl;
int ch, herr;
-
+ struct nlist nl[] = { { "_tcbtable" }, { "" } };
const char *host = NULL, *port = DEFAULT_PORT;
int nconn = 1;
@@ -896,8 +896,6 @@ main(int argc, char **argv)
kflag = NULL;
rflag = DEFAULT_STATS_INTERVAL;
- struct nlist nl[] = { { "_tcbtable" }, { "" } };
-
while ((ch = getopt(argc, argv, "B:hlk:n:p:r:sS:vV:")) != -1) {
switch (ch) {
case 'l':