projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
00e9555
)
create_local_socket(): Avoid code duplication.
author
Andre Noll
<maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 23:40:22 +0000
(
00:40
+0100)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Sat, 14 Feb 2015 10:45:26 +0000
(11:45 +0100)
The two users of create_local_socket(), afs.c and audiod.c, both
call mark_fd_nonblocking() and listen(2) on the returned socket file
descriptor. This patch moves the code for this additional work to
create_local_socket(), simplifying the callers.
No differences found