]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after Gnulib changed
authorDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 03:56:48 +0000 (12:56 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 03:58:09 +0000 (12:58 +0900)
gnulib-local/ChangeLog
gnulib-local/lib/execute.c.diff
gnulib-local/lib/spawn-pipe.c.diff

index 96f56f82f8a020cd3363af3cc427222d88fba6c3..7c1fd5de335284c4ca97199fb108e65b1b5ff18d 100644 (file)
@@ -1,3 +1,9 @@
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       Update after gnulib changed.
+       * lib/execute.c.diff: Update.
+       * lib/spawn-pipe.c.diff: Update.
+
 2014-06-10  Daiki Ueno  <ueno@gnu.org>
 
        * gettext 0.19.1 released.
index 8f849d2281c7a9b431db85d8b170b434d60b1196..705526d8a37ecc1663be36334ad5b0f307bcbfad 100644 (file)
@@ -1,5 +1,5 @@
 diff --git a/execute.c b/execute.c
-index e7b4496..1c342da 100644
+index 15a487b..489abf5 100644
 --- a/execute.c
 +++ b/execute.c
 @@ -48,6 +48,13 @@
@@ -13,6 +13,6 @@ index e7b4496..1c342da 100644
 +extern DLL_VARIABLE char **environ;
 +#endif
 +
- /* The results of open() in this file are not used with fchdir,
-    therefore save some unnecessary work in fchdir.c.  */
- #undef open
+ #if defined EINTR && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
index 12a982551faefd2aab64dc85ab031c11f5f122bf..0ae732208a8f2a1f14619f1c40552c9db3c606a9 100644 (file)
@@ -1,5 +1,5 @@
 diff --git a/spawn-pipe.c b/spawn-pipe.c
-index b3f9e0c..965fb3a 100644
+index 656980d..b7fa95b 100644
 --- a/spawn-pipe.c
 +++ b/spawn-pipe.c
 @@ -48,6 +48,13 @@
@@ -13,6 +13,6 @@ index b3f9e0c..965fb3a 100644
 +extern DLL_VARIABLE char **environ;
 +#endif
 +
- /* The results of open() in this file are not used with fchdir,
-    therefore save some unnecessary work in fchdir.c.  */
- #undef open
+ #ifdef EINTR