[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-diffutils] [PATCH] build: use gnulib's sys_wait module
From: |
Jim Meyering |
Subject: |
[bug-diffutils] [PATCH] build: use gnulib's sys_wait module |
Date: |
Sat, 01 May 2010 08:18:23 +0200 |
FYI,
Now that I've removed tests like
#if HAVE_SYS_WAIT_H
we have to use gnulib's sys_wait module:
>From 3f027ba48d26ebca62066845832e12062a1ed8b2 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 1 May 2010 08:17:06 +0200
Subject: [PATCH] build: use gnulib's sys_wait module
* bootstrap.conf (gnulib_modules): Use gnulib's sys_wait module,
now that we assume its presence.
---
bootstrap.conf | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 2e45a89..71fbd3f 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -61,6 +61,7 @@ strcase
strftime
strptime
strtoumax
+sys_wait
timegm
unistd
unlocked-io
--
1.7.1.328.g9993c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-diffutils] [PATCH] build: use gnulib's sys_wait module,
Jim Meyering <=