diff options
Diffstat (limited to 'testsuite/systemtap.syscall/net1.c')
-rw-r--r-- | testsuite/systemtap.syscall/net1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.syscall/net1.c b/testsuite/systemtap.syscall/net1.c index 7ff9a294..219a3860 100644 --- a/testsuite/systemtap.syscall/net1.c +++ b/testsuite/systemtap.syscall/net1.c @@ -29,7 +29,7 @@ int main() // bind (NNNN, {AF_INET, 0.0.0.0, 8765}, 16) = 0 listen (listenfd, 7); - // listen (4, 7) = 0 + // listen (NNNN, 7) = 0 cfd = accept(listenfd, (struct sockaddr *)NULL, NULL); // accept (NNNN, 0x[0]+, 0x[0]+) = -NNNN (EAGAIN) |