On Thu, 08 Apr 2010 16:52:23 +0200
Wido den Hollander <[email protected]> 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 <[email protected]>
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 <[email protected]>
Tested-by: Wido den Hollander <[email protected]>
Signed-off-by: FUJITA Tomonori <[email protected]>
---
 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

-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to