[Sheepdog] Segmentation fault when getting obj information
FUJITA Tomonori
fujita.tomonori at lab.ntt.co.jp
Thu Apr 8 18:09:43 CEST 2010
On Thu, 08 Apr 2010 16:52:23 +0200
Wido den Hollander <wido at pcextreme.nl> wrote:
> I'm using Ubuntu 9.10 (AMD64) on this system.
>
> Your patch works fine, compiling goes well right now! Thanks!
Thanks!
Here's the patch in the proper format.
=
From: FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp>
Subject: [PATCH] include linux/limits.h for PATH_MAX
The commit 3ce47e27cf91476328fc4b19e65588947738fb19 breaks the tree on
Ubuntu 9.10:
http://lists.wpkg.org/pipermail/sheepdog/2010-April/000308.html
Reported-by: Wido den Hollander <wido at pcextreme.nl>
Tested-by: Wido den Hollander <wido at pcextreme.nl>
Signed-off-by: FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp>
---
collie/collie.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/collie/collie.c b/collie/collie.c
index eed948b..796807f 100644
--- a/collie/collie.c
+++ b/collie/collie.c
@@ -12,6 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <linux/limits.h>
#include <sys/syslog.h>
#include "collie.h"
--
1.7.0
More information about the sheepdog
mailing list