]> git.tuebingen.mpg.de Git - paraslash.git/commit
Rename write_nonblock() to xwrite().
authorAndre Noll <maan@systemlinux.org>
Tue, 20 Dec 2011 16:37:28 +0000 (17:37 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jan 2012 21:57:07 +0000 (22:57 +0100)
commit779cfd85fd90d1f9182deade08d5fe3f2f3a1530
tree134e66ce2039e06fa983846d1e94139cb32a18f7
parent6a7ba04cacab72c9787c4b0427e36cedd5adefcf
Rename write_nonblock() to xwrite().

This function is not only useful for non-blocking file descriptors,
so the name was misleading. Rename it to xwrite() for the lack of
a better name.
12 files changed:
crypt.c
dccp_send.c
fd.c
fd.h
gcrypt.c
grab_client.c
http_send.c
interactive.c
oss_write.c
send_common.c
stdout.c
udp_send.c