diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index 1ab5bdff552..d732c2bf358 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -445,8 +445,6 @@ bsd_to_linux_cmsg_type(int cmsg_type) return (-1); } - - static int linux_to_bsd_msghdr(struct msghdr *bhdr, const struct l_msghdr *lhdr) {