Page MenuHomeFreeBSD

D19663.diff
No OneTemporary

D19663.diff

Index: head/lib/libc/gen/fts-compat.c
===================================================================
--- head/lib/libc/gen/fts-compat.c
+++ head/lib/libc/gen/fts-compat.c
@@ -647,9 +647,9 @@
*/
#ifdef FTS_WHITEOUT
if (ISSET(FTS_WHITEOUT))
- oflag = DTF_NODUP | DTF_REWIND;
+ oflag = DTF_NODUP;
else
- oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
+ oflag = DTF_HIDEW | DTF_NODUP;
#else
#define __opendir2(path, flag) opendir(path)
#endif
Index: head/lib/libc/gen/fts-compat11.c
===================================================================
--- head/lib/libc/gen/fts-compat11.c
+++ head/lib/libc/gen/fts-compat11.c
@@ -644,9 +644,9 @@
*/
#ifdef FTS_WHITEOUT
if (ISSET(FTS_WHITEOUT))
- oflag = DTF_NODUP | DTF_REWIND;
+ oflag = DTF_NODUP;
else
- oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
+ oflag = DTF_HIDEW | DTF_NODUP;
#else
#define __opendir2(path, flag) opendir(path)
#endif
Index: head/lib/libc/gen/fts.c
===================================================================
--- head/lib/libc/gen/fts.c
+++ head/lib/libc/gen/fts.c
@@ -641,9 +641,9 @@
*/
#ifdef FTS_WHITEOUT
if (ISSET(FTS_WHITEOUT))
- oflag = DTF_NODUP | DTF_REWIND;
+ oflag = DTF_NODUP;
else
- oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
+ oflag = DTF_HIDEW | DTF_NODUP;
#else
#define __opendir2(path, flag) opendir(path)
#endif

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 1, 12:08 AM (18 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28223738
Default Alt Text
D19663.diff (1 KB)

Event Timeline