diff options
Diffstat (limited to 'sysdep/linux')
-rw-r--r-- | sysdep/linux/sysio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdep/linux/sysio.h b/sysdep/linux/sysio.h index 795d0b3..9c10333 100644 --- a/sysdep/linux/sysio.h +++ b/sysdep/linux/sysio.h @@ -282,7 +282,7 @@ sysio_process_rx_cmsgs(sock *s, struct msghdr *msg) return; } - +/* static void sysio_prepare_tx_cmsgs(sock *s, struct msghdr *msg, void *cbuf, size_t cbuflen) { @@ -306,4 +306,6 @@ sysio_prepare_tx_cmsgs(sock *s, struct msghdr *msg, void *cbuf, size_t cbuflen) msg->msg_controllen = cm->cmsg_len; } +*/ + #endif |