From: Bruno Haible Date: Wed, 12 Jan 2005 13:03:27 +0000 (+0000) Subject: Update 'full-write' module from gnulib. X-Git-Tag: v0.14.2~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2687f9098d292e755d78c0454df1a11c9ddf4bb2;p=thirdparty%2Fgettext.git Update 'full-write' module from gnulib. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 11b944503..ab799ef87 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -90,6 +90,10 @@ * unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now the includer's responsibility. +2004-08-06 Paul Eggert + + * full-write.c: Import changes from coreutils. + 2004-08-06 Paul Eggert * safe-read.c: Import changes from coreutils. diff --git a/gettext-tools/lib/full-write.c b/gettext-tools/lib/full-write.c index 151370563..d119977e7 100644 --- a/gettext-tools/lib/full-write.c +++ b/gettext-tools/lib/full-write.c @@ -1,6 +1,7 @@ /* An interface to read and write that retries (if necessary) until complete. - Copyright (C) 1993, 1994, 1997-2003 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, + 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,9 +29,6 @@ #endif #include -#ifndef errno -extern int errno; -#endif #ifdef FULL_READ # include "safe-read.h"