summaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscalls.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2017-08-25 11:01:39 +0000
committerEd Schouten <ed@FreeBSD.org>2017-08-25 11:01:39 +0000
commit8212ad9a99ffe76764698e4d1a5d712baed412f3 (patch)
treeee2eb92129d3b91cf6c4a08806f0058ba25051e2 /usr.bin/truss/syscalls.c
parentf7eb827c4853e3ce7db46b8df597e316eab9322b (diff)
downloadsrc-test2-8212ad9a99ffe76764698e4d1a5d712baed412f3.tar.gz
src-test2-8212ad9a99ffe76764698e4d1a5d712baed412f3.zip
Notes
Diffstat (limited to 'usr.bin/truss/syscalls.c')
-rw-r--r--usr.bin/truss/syscalls.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index 40af63478942..306a900aea1e 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -628,12 +628,6 @@ static struct syscall decoded_syscalls[] = {
.args = { { BinString | OUT, 0 }, { Int, 1 } } },
{ .name = "cloudabi_sys_sock_accept", .ret_type = 1, .nargs = 2,
.args = { { Int, 0 }, { CloudABISockStat | OUT, 1 } } },
- { .name = "cloudabi_sys_sock_bind", .ret_type = 1, .nargs = 3,
- .args = { { Int, 0 }, { Int, 1 }, { BinString | IN, 2 } } },
- { .name = "cloudabi_sys_sock_connect", .ret_type = 1, .nargs = 3,
- .args = { { Int, 0 }, { Int, 1 }, { BinString | IN, 2 } } },
- { .name = "cloudabi_sys_sock_listen", .ret_type = 1, .nargs = 2,
- .args = { { Int, 0 }, { Int, 1 } } },
{ .name = "cloudabi_sys_sock_shutdown", .ret_type = 1, .nargs = 2,
.args = { { Int, 0 }, { CloudABISDFlags, 1 } } },
{ .name = "cloudabi_sys_sock_stat_get", .ret_type = 1, .nargs = 3,