Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171297925
D49711.id153356.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
D49711.id153356.diff
View Options
diff --git a/include/fts.h b/include/fts.h
--- a/include/fts.h
+++ b/include/fts.h
@@ -46,18 +46,18 @@
int (*fts_compar) /* compare function */
(const struct _ftsent * const *, const struct _ftsent * const *);
-#define FTS_COMFOLLOW 0x001 /* follow command line symlinks */
-#define FTS_LOGICAL 0x002 /* logical walk */
-#define FTS_NOCHDIR 0x004 /* don't change directories */
-#define FTS_NOSTAT 0x008 /* don't get stat info */
-#define FTS_PHYSICAL 0x010 /* physical walk */
-#define FTS_SEEDOT 0x020 /* return dot and dot-dot */
-#define FTS_XDEV 0x040 /* don't cross devices */
-#define FTS_WHITEOUT 0x080 /* return whiteout information */
-#define FTS_OPTIONMASK 0x0ff /* valid user option mask */
+#define FTS_COMFOLLOW 0x000001 /* follow command line symlinks */
+#define FTS_LOGICAL 0x000002 /* logical walk */
+#define FTS_NOCHDIR 0x000004 /* don't change directories */
+#define FTS_NOSTAT 0x000008 /* don't get stat info */
+#define FTS_PHYSICAL 0x000010 /* physical walk */
+#define FTS_SEEDOT 0x000020 /* return dot and dot-dot */
+#define FTS_XDEV 0x000040 /* don't cross devices */
+#define FTS_WHITEOUT 0x000080 /* return whiteout information */
+#define FTS_OPTIONMASK 0x0000ff /* valid user option mask */
-#define FTS_NAMEONLY 0x100 /* (private) child names only */
-#define FTS_STOP 0x200 /* (private) unrecoverable error */
+#define FTS_NAMEONLY 0x010000 /* (private) child names only */
+#define FTS_STOP 0x020000 /* (private) unrecoverable error */
int fts_options; /* fts_open options, global flags */
void *fts_clientptr; /* thunk for sort function */
} FTS;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 11, 5:49 AM (8 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38687641
Default Alt Text
D49711.id153356.diff (1 KB)
Attached To
Mode
D49711: fts: Move private flags away from public ones.
Attached
Detach File
Event Timeline
Log In to Comment