summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-08-05 19:34:36 +0000
committerdes <des@FreeBSD.org>2003-08-05 19:34:36 +0000
commitc8cb809e68438b1f8d06c18c9fc4eea6174a3cca (patch)
tree7b73105486be76265d04adc22b1c9621fff09d72 /usr.bin
parent2de934f7e314f21c804b19402325f4accf509d85 (diff)
downloadFreeBSD-src-c8cb809e68438b1f8d06c18c9fc4eea6174a3cca.zip
FreeBSD-src-c8cb809e68438b1f8d06c18c9fc4eea6174a3cca.tar.gz
send() and recv() are just wrappers, not actual syscalls.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/truss/syscalls.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index 54e4c1d..d020d61 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -121,12 +121,8 @@ struct syscall syscalls[] = {
{ { Hex, 0 }, { Sockaddr | OUT, 1 }, { Ptr | OUT, 2 } } },
{ "getsockname", 1, 3,
{ { Hex, 0 }, { Sockaddr | OUT, 1 }, { Ptr | OUT, 2 } } },
- { "recv", 1, 4,
- { { Hex, 0 }, { Ptr | OUT, 1 }, { Int, 2 }, { Hex, 3 } } },
{ "recvfrom", 1, 6,
{ { Hex, 0 }, { Ptr | IN, 1 }, { Int, 3 }, { Hex, 3 }, { Sockaddr | OUT, 4 }, { Ptr | OUT, 5 } } },
- { "send", 1, 4,
- { { Hex, 0 }, { Ptr | IN, 1 }, { Int, 2 }, { Hex, 3 } } },
{ "sendto", 1, 6,
{ { Hex, 0 }, { Ptr | IN, 1 }, { Int, 3 }, { Hex, 3 }, { Sockaddr | IN, 4 }, { Ptr | IN, 5 } } },
{ "execve", 1, 3,
OpenPOWER on IntegriCloud