From 65c0f17acd00122c4c0e57334a9adce22cda6221 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 10 Dec 2010 15:49:52 -0700 Subject: build: update gnulib for pipe on mingw * .gnulib: Update to latest. * bootstrap.conf (gnulib_modules): Import pipe-posix and waitpid for mingw. * src/remote/remote_driver.c (pipe) [WIN32]: Drop dead macro. * daemon/event.c (pipe) [WIN32]: Drop dead function. --- bootstrap.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index 2ad1957b0..282768b35 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -48,6 +48,7 @@ mktempd netdb perror physmem +pipe-posix poll posix-shell pthread @@ -76,6 +77,7 @@ usleep vasprintf verify vc-list-files +waitpid ' # Additional xgettext options to use. Use "\\\newline" to break lines. -- cgit v1.2.3-65-gdbad