X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/224c70764cab4e0e39a26aaf3ad3016552f62f55..7b00c0c43f52e9d27168e67a26aac19065cdb40c:/gen/FreeBSD/readdir.c.patch diff --git a/gen/FreeBSD/readdir.c.patch b/gen/FreeBSD/readdir.c.patch index 56c8c12..8d7058d 100644 --- a/gen/FreeBSD/readdir.c.patch +++ b/gen/FreeBSD/readdir.c.patch @@ -1,17 +1,14 @@ ---- 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 @@ +--- 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 #include #include #include +#include #include "un-namespace.h" -+#include "telldir.h" #include "libc_private.h" - - /* -@@ -63,8 +65,13 @@ +@@ -61,8 +62,13 @@ _readdir_unlocked(dirp, skip) dirp->dd_loc = 0; } if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) {