summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorthorpej <thorpej>2002-06-30 19:15:57 +0000
committerthorpej <thorpej>2002-06-30 19:15:57 +0000
commit873d0ff94a6018f36a59fecb3c441334da42cbad (patch)
tree60a12489b184a2fd609ff64919111278967d433b /benchmarks
parent7d8b203b90e2ad882b3acc18a1d8b5839432ba52 (diff)
downloadpkgsrc-873d0ff94a6018f36a59fecb3c441334da42cbad.tar.gz
Remove "-c ..." from the usage.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/kttcp/files/kttcp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/kttcp/files/kttcp.c b/benchmarks/kttcp/files/kttcp.c
index f4ef64b7f63..29bd5d3dc42 100644
--- a/benchmarks/kttcp/files/kttcp.c
+++ b/benchmarks/kttcp/files/kttcp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: kttcp.c,v 1.1.1.1 2002/06/29 01:07:20 thorpej Exp $ */
+/* $NetBSD: kttcp.c,v 1.2 2002/06/30 19:15:57 thorpej Exp $ */
/*
* Copyright (c) 2002 Wasabi Systems, Inc.
@@ -38,7 +38,6 @@
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/syscall.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <netdb.h>
@@ -62,10 +61,10 @@ static void
usage(void)
{
fprintf(stderr,
- "usage: kttcp -r [-b sockbufsize] [-p port] [-q] [-c syscallnum]\n"
+ "usage: kttcp -r [-b sockbufsize] [-p port] [-q]\n"
" [-4] [-6]\n"
" kttcp -s [-b sockbufsize] [-n bytes] [-q] [-p port]\n"
- " [-c syscallnum] [-4] [-6] host\n"
+ " [-4] [-6] host\n"
);
exit(1);
}