From: Bruno Haible Date: Wed, 12 Jan 2005 12:53:04 +0000 (+0000) Subject: Update 'readlink' module from gnulib. X-Git-Tag: v0.14.2~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f3ff068981356f2f6850044d89fa8c1596fce5;p=thirdparty%2Fgettext.git Update 'readlink' module from gnulib. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 32568737d..dda3cc554 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -49,6 +49,11 @@ * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H. +2004-11-05 Bruno Haible + + * readlink.c: Include stddef.h, needed for size_t on Woe32. + Reported by Mark D. Baushke . + 2004-11-02 Bruno Haible * setenv.h (unsetenv): Define as a macro if the system's unsetenv() diff --git a/gettext-tools/lib/readlink.c b/gettext-tools/lib/readlink.c index c264efd8c..ad59c5355 100644 --- a/gettext-tools/lib/readlink.c +++ b/gettext-tools/lib/readlink.c @@ -1,5 +1,5 @@ /* Stub for readlink(). - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 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 @@ -22,6 +22,7 @@ #include #include #include +#include #if !HAVE_READLINK