* [Patch 3/3] chunkd: add include w/prototypes
@ 2010-03-31 2:58 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2010-03-31 2:58 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Project Hail List
Caught by gcc: the prototypes are not in the header that we expected.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
---
lib/chunksrv.c | 1 +
1 file changed, 1 insertion(+)
diff -urp -X dontdiff chunkd-m/lib/chunksrv.c chunkd-tip/lib/chunksrv.c
--- chunkd-m/lib/chunksrv.c 2010-03-30 15:08:36.000000000 -0600
+++ chunkd-tip/lib/chunksrv.c 2010-03-23 18:55:46.000000000 -0600
@@ -24,6 +24,7 @@
#include <openssl/hmac.h>
#include <glib.h>
#include <chunk_msg.h>
+#include <chunksrv.h> /* req_len, chreq_sign proto */
size_t req_len(const struct chunksrv_req *req)
{
diff -urp -X dontdiff chunkd-m/server/cldu.c chunkd-tip/server/cldu.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-31 2:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 2:58 [Patch 3/3] chunkd: add include w/prototypes Pete Zaitcev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.