Displaying 3 results from an estimated 3 matches for "f8e8d39".
2015 Sep 29
0
[PATCH 2/4] lib: Move <libintl.h> -> files that use it.
...e 100644
--- a/src/osinfo.c
+++ b/src/osinfo.c
@@ -55,6 +55,7 @@
#include <dirent.h>
#include <assert.h>
#include <sys/types.h>
+#include <libintl.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>
diff --git a/src/proto.c b/src/proto.c
index 815a4d2..f8e8d39 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -33,6 +33,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <assert.h>
+#include <libintl.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
diff --git a/src/tmpdirs.c b/src/tmpdirs.c
index b1f1445..c2799c...
2015 Sep 29
8
[PATCH 1/4] lib: actions: Remove some unused header files.
---
generator/c.ml | 2 --
1 file changed, 2 deletions(-)
diff --git a/generator/c.ml b/generator/c.ml
index 055b683..963cf21 100644
--- a/generator/c.ml
+++ b/generator/c.ml
@@ -1213,9 +1213,7 @@ and generate_client_actions hash () =
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...100644
--- a/src/osinfo.c
+++ b/src/osinfo.c
@@ -51,7 +51,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <errno.h>
#include <dirent.h>
#include <assert.h>
#include <sys/types.h>
diff --git a/src/proto.c b/src/proto.c
index f8e8d39..3db3ac0 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -20,18 +20,12 @@
#include <stdio.h>
#include <stdlib.h>
-#include <stdarg.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <inttypes.h>
#include <unistd.h>
#include <string.h>
#includ...