summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/net1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.syscall/net1.c')
-rw-r--r--testsuite/systemtap.syscall/net1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.syscall/net1.c b/testsuite/systemtap.syscall/net1.c
index f8079ffd..b7f1d6cb 100644
--- a/testsuite/systemtap.syscall/net1.c
+++ b/testsuite/systemtap.syscall/net1.c
@@ -32,7 +32,7 @@ int main()
//staptest// listen (NNNN, 7) = 0
cfd = accept(listenfd, (struct sockaddr *)NULL, NULL);
- //staptest// accept (NNNN, 0x[0]+, 0x[0]+) = -NNNN (EAGAIN)
+ //staptest// accept (NNNN, 0x[0]+, 0x[0]+, 0) = -NNNN (EAGAIN)
close(cfd);
close(listenfd);