patch-2.2.8 linux/net/ipv4/udp.c
Next file: linux/net/ipv6/udp.c
Previous file: linux/net/ipv4/tcp_timer.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 10 09:55:25 1999
- Orig file:
v2.2.7/linux/net/ipv4/udp.c
- Orig date:
Tue Mar 23 14:35:48 1999
diff -u --recursive --new-file v2.2.7/linux/net/ipv4/udp.c linux/net/ipv4/udp.c
@@ -5,7 +5,7 @@
*
* The User Datagram Protocol (UDP).
*
- * Version: $Id: udp.c,v 1.65 1999/03/21 05:22:49 davem Exp $
+ * Version: $Id: udp.c,v 1.66 1999/05/08 20:00:25 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -955,7 +955,7 @@
* Error for blocking case is chosen to masquerade
* as some normal condition.
*/
- return (msg->msg_flags&MSG_DONTWAIT) ? -EAGAIN : -EHOSTUNREACH;
+ return (flags&MSG_DONTWAIT) ? -EAGAIN : -EHOSTUNREACH;
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)