chiark / gitweb /
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)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 19:39:48 +0000 (20:39 +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