On Tuesday 29 September 2015 22:06:13 Richard W.M. Jones wrote:
I used ESR's deheader program to look for unused includes. I
then
examined each instance by hand, and also test-compiled (on Linux).
Mostly LGTM, there just a couple of notes below:
--- a/src/fuse.c
+++ b/src/fuse.c
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <errno.h>
EINVAL is used here.
--- a/src/launch-direct.c
+++ b/src/launch-direct.c
@@ -31,8 +30,6 @@
#include <sys/stat.h>
#include <signal.h>
#include <sys/socket.h>
-#include <sys/un.h>
Isn't this needed by sockaddr_un?
--
Pino Toscano