]> git.tuebingen.mpg.de Git - paraslash.git/commit
sendall(): Replace send() by write().
authorAndre Noll <maan@systemlinux.org>
Fri, 1 Feb 2008 23:02:33 +0000 (00:02 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 1 Feb 2008 23:02:33 +0000 (00:02 +0100)
commitd261c537236503faaa31dfb44278b08a492020ec
treeba4303346df0536ed56c32bf2fc4aff7a5f74be2
parentd85091bebd5abb6f473a31dd118f4d853d1317c9
sendall(): Replace send() by write().

With zero flags parameter, send() is  equivalent  to  write(2).
net.c