diff options
author | thorpej <thorpej@pkgsrc.org> | 2002-06-30 19:15:57 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2002-06-30 19:15:57 +0000 |
commit | f58166dc38066330e2ad02f744015d1c93868c4e (patch) | |
tree | 60a12489b184a2fd609ff64919111278967d433b /benchmarks | |
parent | 808b30b3b0233a9ac7c1ba01667592f960d5ca5e (diff) | |
download | pkgsrc-f58166dc38066330e2ad02f744015d1c93868c4e.tar.gz |
Remove "-c ..." from the usage.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/kttcp/files/kttcp.c | 7 |
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); } |