regress/: Include the protocol family in socket(2) lines.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 6 Jun 2014 09:40:28 +0000 (10:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:42 +0000 (09:57 +0100)
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 <mdw@distorted.org.uk>

No differences found