From: Bruno Haible Date: Sat, 22 Jul 2006 16:31:32 +0000 (+0000) Subject: Use . X-Git-Tag: 0.16.x-branchpoint~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75dfa162bdea216921ef08c46343e42704d4fed5;p=thirdparty%2Fgettext.git Use . --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 17d91d01d..c02af58e7 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -29,6 +29,7 @@ * pipe.c: Likewise. * progname.c: Likewise. * progreloc.c: Likewise. + * wait-process.c: Likewise. * c-strcasecmp.c: Update from gnulib. Don't assume that UCHAR_MAX <= INT_MAX. diff --git a/gettext-tools/lib/wait-process.c b/gettext-tools/lib/wait-process.c index b36af18bc..bca1dc424 100644 --- a/gettext-tools/lib/wait-process.c +++ b/gettext-tools/lib/wait-process.c @@ -1,5 +1,5 @@ /* Waiting for a subprocess to finish. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif /* Specification. */