bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] flock implementation (version 2)


From: Jim Meyering
Subject: Re: [PATCH] flock implementation (version 2)
Date: Tue, 07 Oct 2008 08:33:10 +0200

"Richard W.M. Jones" <address@hidden> wrote:
> Thanks for the feedback.  The updated version attached should correct
> all those points.

Thanks!
I've merged in the patch below, adjusted the log message
to have a blank line after the summary, and pushed the result.

diff --git a/modules/flock-tests b/modules/flock-tests
index d43d10c..b546594 100644
--- a/modules/flock-tests
+++ b/modules/flock-tests
@@ -2,6 +2,7 @@ Files:
 tests/test-flock.c

 Depends-on:
+unistd

 configure.ac:

diff --git a/tests/test-flock.c b/tests/test-flock.c
index e7dac2b..a1872cd 100644
--- a/tests/test-flock.c
+++ b/tests/test-flock.c
@@ -16,6 +16,7 @@

 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <errno.h>

 #include <sys/file.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]