Re: [PATCH hurd-dde 6/7] libmachdev: fix size of `net_rcv_msg' message

2014-11-26 Thread Samuel Thibault
Justus Winter, le Wed 26 Nov 2014 15:22:35 +0100, a écrit : > Account for the `struct packet_header' that is prepended to the > network packet in the calculation of the `net_rcv_msg' message. This > complements e363aa56. Ack. > * libmachdev/net.c (netif_rx_handle): Fix size of message. > --- >

[PATCH hurd-dde 6/7] libmachdev: fix size of `net_rcv_msg' message

2014-11-26 Thread Justus Winter
Account for the `struct packet_header' that is prepended to the network packet in the calculation of the `net_rcv_msg' message. This complements e363aa56. * libmachdev/net.c (netif_rx_handle): Fix size of message. --- libmachdev/net.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmachde