From: Mark Wooding Date: Fri, 6 Jun 2014 09:40:28 +0000 (+0100) Subject: regress/: Include the protocol family in socket(2) lines. X-Git-Tag: wip.ipv6.2014-10-13.reentrancy-base~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/396a186997ca758fef76b8486879e42bb48fdab6?hp=396a186997ca758fef76b8486879e42bb48fdab6 regress/: Include the protocol family in socket(2) lines. I updated the test files with this rune: grep -lZ "^ socket type=" *.sys | xargs -0r sed -i \ 's/^ socket type=/ socket domain=PF_INET type=/' Signed-off-by: Mark Wooding ---