]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Move send_buffer() and send_va_buffer() from net.c to fd.c.
authorAndre Noll <maan@systemlinux.org>
Tue, 6 Dec 2011 20:07:56 +0000 (21:07 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jan 2012 21:57:06 +0000 (22:57 +0100)
These functions end up calling plain write(), hence they work on
arbitrary file descriptors, not just network sockets. So they really
belong to fd.c rather than to net.c. Rename the two functions to
write_buffer() and write_va_buffer().


No differences found