summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-09-15 19:00:51 +0200
committerBruno Haible <bruno@clisp.org>2019-09-15 19:00:51 +0200
commitccfbc26dce79adcb32bf421ff813247699d70ea5 (patch)
treeae4852049621172b6d87b39d627f8d9bcc6f7ac4
parent213cd443c2fdae0471e30546755e3cd15fcf7d9d (diff)
downloadgnulib-ccfbc26dce79adcb32bf421ff813247699d70ea5.tar.gz
gnulib-ccfbc26dce79adcb32bf421ff813247699d70ea5.tar.bz2
findprog, findprog-lgpl, findprog-in: Fix crash on MSVC.
* modules/findprog (Depends-on): Add access. * modules/findprog-lgpl (Depends-on): Likewise. * modules/findprog-in (Depends-on): Likewise.
-rw-r--r--ChangeLog7
-rw-r--r--modules/findprog1
-rw-r--r--modules/findprog-in1
-rw-r--r--modules/findprog-lgpl1
4 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 394dcd51bc..7d2eb3aa93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2019-09-15 Bruno Haible <bruno@clisp.org>
+ findprog, findprog-lgpl, findprog-in: Fix crash on MSVC.
+ * modules/findprog (Depends-on): Add access.
+ * modules/findprog-lgpl (Depends-on): Likewise.
+ * modules/findprog-in (Depends-on): Likewise.
+
+2019-09-15 Bruno Haible <bruno@clisp.org>
+
access: Add tests.
* tests/test-access.c: New file.
* modules/access-tests: New file.
diff --git a/modules/findprog b/modules/findprog
index c849d667c6..d48158b791 100644
--- a/modules/findprog
+++ b/modules/findprog
@@ -11,6 +11,7 @@ Depends-on:
stdbool
xalloc
xconcat-filename
+access
unistd
configure.ac:
diff --git a/modules/findprog-in b/modules/findprog-in
index ce7faa50ea..971366b83a 100644
--- a/modules/findprog-in
+++ b/modules/findprog-in
@@ -12,6 +12,7 @@ stdbool
filename
xalloc
xconcat-filename
+access
unistd
configure.ac:
diff --git a/modules/findprog-lgpl b/modules/findprog-lgpl
index 63c78d0b1e..477eccb003 100644
--- a/modules/findprog-lgpl
+++ b/modules/findprog-lgpl
@@ -12,6 +12,7 @@ Depends-on:
stdbool
strdup
concat-filename
+access
unistd
configure.ac:

Return to:

Send suggestions and report system problems to the System administrator.