]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update 'readlink' module from gnulib.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Jan 2005 12:53:04 +0000 (12:53 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:01 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/readlink.c

index 32568737d7c41807a8a690d394f7f33f141152f1..dda3cc554cc03bfe3eeae0abdf892e505eebf1e3 100644 (file)
 
        * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
 
+2004-11-05  Bruno Haible  <bruno@clisp.org>
+
+       * readlink.c: Include stddef.h, needed for size_t on Woe32.
+       Reported by Mark D. Baushke <mdb@cvshome.org>.
+
 2004-11-02  Bruno Haible  <bruno@clisp.org>
 
        * setenv.h (unsetenv): Define as a macro if the system's unsetenv()
index c264efd8c8da994ae3a92f82546d07df02689c2e..ad59c535571679969ff150a116ba8c9d90a09518 100644 (file)
@@ -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 <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <stddef.h>
 
 #if !HAVE_READLINK