* lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
Fix typo in comment.
+2009-10-08 Jim Meyering <meyering@redhat.com>
+
+ areadlinkat: avoid compilation failure
+ * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
+ Fix typo in comment.
+
2009-10-07 Eric Blake <ebb9@byu.net>
areadlinkat-with-size: new module
-/* areadlink.c -- readlink wrapper to return the link name in malloc'd storage
+/* areadlinkat.c -- readlinkat wrapper to return malloc'd link name
Unlike xreadlinkat, only call exit on failure to change directory.
Copyright (C) 2001, 2003-2007, 2009 Free Software Foundation, Inc.
#include <errno.h>
#include <limits.h>
#include <sys/types.h>
+#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>