From 06e67265374faa677dba2dbd2577054278f19823 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 16 Dec 2015 19:17:46 +0100 Subject: sys: fix typos --- executor/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index b0bb62690..6777ec43e 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -635,7 +635,7 @@ call_t syscalls[] = { {"getsockopt$RFCOMM_CONNINFO", __NR_getsockopt}, {"socket$bt_hidp", __NR_socket}, {"ioctl$HIDPCONNADD", __NR_ioctl}, - {"ioctl$HIDPGETCONNLIST", __NR_ioctl}, + {"ioctl$HIDPCONNDEL", __NR_ioctl}, {"ioctl$HIDPGETCONNLIST", __NR_ioctl}, {"ioctl$HIDPGETCONNINFO", __NR_ioctl}, {"socket$bt_cmtp", __NR_socket}, -- cgit mrf-deployment