artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a76d7
)
Remove unused variable kerr.
author
tobhe
<tobhe@openbsd.org>
Mon, 22 May 2023 12:53:04 +0000
(12:53 +0000)
committer
tobhe
<tobhe@openbsd.org>
Mon, 22 May 2023 12:53:04 +0000
(12:53 +0000)
ok bluhm@
usr.bin/tcpbench/tcpbench.c
patch
|
blob
|
history
diff --git
a/usr.bin/tcpbench/tcpbench.c
b/usr.bin/tcpbench/tcpbench.c
index
eade06d
..
485f7db
100644
(file)
--- a/
usr.bin/tcpbench/tcpbench.c
+++ b/
usr.bin/tcpbench/tcpbench.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tcpbench.c,v 1.6
8 2023/05/22 12:37:00 bluhm
Exp $ */
+/* $OpenBSD: tcpbench.c,v 1.6
9 2023/05/22 12:53:04 tobhe
Exp $ */
/*
* Copyright (c) 2008 Damien Miller <djm@mindrot.org>
@@
-986,8
+986,7
@@
main(int argc, char **argv)
{
struct timeval tv;
unsigned int secs, rtable;
-
- char kerr[_POSIX2_LINE_MAX], *tmp;
+ char *tmp;
struct addrinfo *aitop, *aib, hints;
const char *errstr;
struct rlimit rl;