+2005-05-27 Bruno Haible <bruno@clisp.org>
+
+ * getlogin_r.h: Remove second include of <stddef.h>.
+
2005-05-25 Bruno Haible <bruno@clisp.org>
Derek Price <derek@ximbiot.com>
/* Written by Paul Eggert and Derek Price. */
+#include <stddef.h>
+
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
-#if !HAVE_DECL_GETLOGIN_R
/* Copies the user's login name to NAME.
The array pointed to by NAME has room for SIZE bytes.
See <http://www.opengroup.org/onlinepubs/009695399/functions/getlogin.html>.
*/
-# include <stddef.h>
+#if !HAVE_DECL_GETLOGIN_R
int getlogin_r (char *name, size_t size);
#endif