summaryrefslogtreecommitdiffstats
path: root/sysdep/linux
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-04-07 23:15:56 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-04-08 17:45:50 +0200
commit646b24d93249199ee59fdecd685532212b506bda (patch)
treebb92842e16de45bf9208597d44655505bc677872 /sysdep/linux
parent44d4ab7a960cf143c43d1645f2985cc9d74e3077 (diff)
downloadbird-646b24d93249199ee59fdecd685532212b506bda.tar
bird-646b24d93249199ee59fdecd685532212b506bda.zip
Minor changes.
Diffstat (limited to 'sysdep/linux')
-rw-r--r--sysdep/linux/sysio.h4
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