]> granicus.if.org Git - strace/commit
net.c: move fallback definition of struct mmsghdr to a separate file.
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 27 Jun 2016 00:02:41 +0000 (00:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 27 Jun 2016 00:10:08 +0000 (00:10 +0000)
commit4b38ce956c270a28fd0aa018f448b082371a08b1
treeee706c5756b1b53477782efa2fdea7a127d06e9d
parent26f90afc686afcf01807e75515541085081f670b
net.c: move fallback definition of struct mmsghdr to a separate file.

* msghdr.h: New file.
* Makefile.am (strace_SOURCES): Add it.
* net.c: Include it.  Move fallback definition of struct mmsghdr there.
* tests/mmsg.c: Include "msghdr.h".  Remove fallback definition
of struct mmsghdr.
Makefile.am
msghdr.h [new file with mode: 0644]
net.c
tests/mmsg.c