]> granicus.if.org Git - strace/commit
net: move parsers of bind, listen, and shutdown to separate files
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 9 Jul 2017 13:54:01 +0000 (13:54 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 9 Jul 2017 13:54:01 +0000 (13:54 +0000)
commitfdb4415f060b151caf66f16f8edace67316c4098
treea93a6dcd5becec0b5905cb43a3231f33521d92d0
parenta0470d7848666a2ad0cfde4fa6edbc616d3418e7
net: move parsers of bind, listen, and shutdown to separate files

* bind.c: New file.
* listen.c: Likewise.
* shutdown.c: Likewise.
* Makefile.am (strace_SOURCES): Add them.
* net.c (SYS_FUNC(bind)): Move to bind.c.
(SYS_FUNC(listen)): Move to listen.c.
(SYS_FUNC(shutdown)): Move to shutdown.c.
Makefile.am
bind.c [new file with mode: 0644]
listen.c [new file with mode: 0644]
net.c
shutdown.c [new file with mode: 0644]