Hi guys, This is a GNU-coding-style version of the compat fifo-socket compat layer patch. It also contains a couple of minor-non-functional changes most of which are whitespace fixes or replace lines like
if ((a = foo()) < 0) bar(); with a = foo(); if (a < 0) bar(); Christian Christian Brauner (1): add compat layer to handle both fifos and sockets src/acconfig.h | 5 - src/attacher.c | 30 +-- src/configure.ac | 26 --- src/extern.h | 9 +- src/osdef.h.in | 3 - src/osdef.sh | 2 - src/screen.c | 34 +--- src/socket.c | 608 ++++++++++++++++++++++++++++++------------------------- 8 files changed, 365 insertions(+), 352 deletions(-) -- 2.11.0