udp: Report authbind exit status as errno value if it seems appropriate
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Oct 2014 23:49:02 +0000 (00:49 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 8 Oct 2014 17:25:18 +0000 (18:25 +0100)
commit313e4f0fe0eecf9316716535c2a1100a369fa934
tree620539bed6d90b7344ceee190bcc76b908533454
parent6b30affc1ec14bf38a73994e8fdd39f26b5bccb3
udp: Report authbind exit status as errno value if it seems appropriate

authbind-helper is documented as indicating an errno value in its exit
status.  When the exit status is small enough that it's unlikely to
have come from the runtime system, print it as an errno value instead
of using lg_exitstatus.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
udp.c