Loading...
--- Libc/Libc-763.12/gen/FreeBSD/readdir.c.patch
+++ Libc/Libc-498.1.5/gen/FreeBSD/readdir.c.patch
@@ -1,14 +1,17 @@
---- readdir.c.orig 2009-11-08 13:59:03.000000000 -0800
-+++ readdir.c 2009-11-08 13:59:22.000000000 -0800
-@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/rea
+--- readdir.c.orig 2007-01-24 14:10:41.000000000 -0800
++++ readdir.c 2007-01-27 02:51:25.000000000 -0800
+@@ -43,8 +43,10 @@
#include <errno.h>
#include <string.h>
#include <pthread.h>
+#include <unistd.h>
#include "un-namespace.h"
++#include "telldir.h"
#include "libc_private.h"
-@@ -61,8 +62,13 @@ _readdir_unlocked(dirp, skip)
+
+ /*
+@@ -63,8 +65,13 @@
dirp->dd_loc = 0;
}
if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) {