summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/kqueue/kqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/sockets/kqueue/kqueue.c')
-rw-r--r--tools/regression/sockets/kqueue/kqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/sockets/kqueue/kqueue.c b/tools/regression/sockets/kqueue/kqueue.c
index d46db96..f73704a 100644
--- a/tools/regression/sockets/kqueue/kqueue.c
+++ b/tools/regression/sockets/kqueue/kqueue.c
@@ -250,9 +250,9 @@ test_evfilt_write(int kq, int fd[2], const char *socktype)
* sockets, and confirm that we can register for various events on them.
*/
int
-main(int argc, char *argv[])
+main(void)
{
- int i, kq, sv[2];
+ int kq, sv[2];
printf("1..49\n");
OpenPOWER on IntegriCloud