diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-07-25 14:01:47 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-07-25 14:01:47 +0000 |
commit | 7917ecdc1852e25d8098856a674e71910afc9f1a (patch) | |
tree | 0a199435e7ac65b1165715aff406fe062efcd711 /benchmarks/tcpblast | |
parent | 00c676572b7accdf48cae88f465b32a5835d42c5 (diff) | |
download | FreeBSD-ports-7917ecdc1852e25d8098856a674e71910afc9f1a.zip FreeBSD-ports-7917ecdc1852e25d8098856a674e71910afc9f1a.tar.gz |
Make this compiled on -stable.
Diffstat (limited to 'benchmarks/tcpblast')
-rw-r--r-- | benchmarks/tcpblast/src/tcpblast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/src/tcpblast.c b/benchmarks/tcpblast/src/tcpblast.c index 6cfcb62..827c287 100644 --- a/benchmarks/tcpblast/src/tcpblast.c +++ b/benchmarks/tcpblast/src/tcpblast.c @@ -17,7 +17,6 @@ #include <unistd.h> #include <stdlib.h> #include <string.h> -#include <getopt.h> #include <errno.h> #define BLKSIZE 1024 |