Re: [Patch 7/8] tabled: cleanup: add #include

2010-04-14 Thread Jeff Garzik

On 04/14/2010 02:35 PM, Pete Zaitcev wrote:

Same as everywhere else: missing prototypes, so implementations are
not actually matched by the compiler.

Signed-off-by: Pete Zaitcev

---
  lib/readport.c |1 +
  test/libtest.c |1 +
  2 files changed, 2 insertions(+)


applied 7-8


--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Patch 7/8] tabled: cleanup: add #include

2010-04-14 Thread Pete Zaitcev
Same as everywhere else: missing prototypes, so implementations are
not actually matched by the compiler.

Signed-off-by: Pete Zaitcev 

---
 lib/readport.c |1 +
 test/libtest.c |1 +
 2 files changed, 2 insertions(+)

diff --git a/lib/readport.c b/lib/readport.c
index afd1c91..8589ec6 100644
--- a/lib/readport.c
+++ b/lib/readport.c
@@ -25,6 +25,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /*
  * Read a port number from a port file, fill buffer.
diff --git a/test/libtest.c b/test/libtest.c
index ef07778..bdfe912 100644
--- a/test/libtest.c
+++ b/test/libtest.c
@@ -20,6 +20,7 @@
 #include 
 #include 
 #include 
+#include "test.h"
 
 bool find_our_hdr(const char *hdr, const void *data, size_t data_len)
 {
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html