Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143587195
D19663.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D19663.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19663: DTF_REWIND does nothing (since rS247236), so retire its use
Attached
Detach File
Event Timeline
Log In to Comment