You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/gnulib/files/gnulib-2009.03.03.14.07.45-...

16 lines
316 B

--- a/lib/scandir.c
+++ b/lib/scandir.c
@@ -18,6 +18,12 @@
#include <config.h>
#include <dirent.h>
+#ifndef _D_EXACT_NAMLEN
+# define _D_EXACT_NAMLEN(d) strlen ((d)->d_name)
+#endif
+#ifndef _D_ALLOC_NAMLEN
+# define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
+#endif
#include <stdlib.h>
#include <string.h>