]> Zhao Yanbai Git Server - minix.git/commit
Prototypes for send and recv. Fixed send (pass null address) and sendto
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 14 Jul 2006 14:34:00 +0000 (14:34 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 14 Jul 2006 14:34:00 +0000 (14:34 +0000)
commit59830eda3f26c9355bc3b75c69ee4705bf6a4ce1
treeedccd6ea26d212596fa305836a9e093d070f820b
parent371ac29c9f019f4163657505d499f081874f507b
Prototypes for send and recv. Fixed send (pass null address) and sendto
(fail when a null address is passed to a socket that is not connected).
include/sys/socket.h
lib/ip/send.c
lib/ip/sendto.c