diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2010-11-23 16:26:29 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2010-11-23 16:26:29 +0100 |
commit | b5b7cad792b9e7039a1f9614c16f8d4872971ee9 (patch) | |
tree | 148adfa47dba8c57e18cd8b1f563ef1bb65373ba /include/walk_tree.h | |
parent | 220ae4e9daec573921542e408e489f8d270fffa0 (diff) | |
parent | e8d568c696692eed5c92d5a35498e1c26e13d6b3 (diff) | |
download | attr-b5b7cad792b9e7039a1f9614c16f8d4872971ee9.tar.gz |
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/attr
Diffstat (limited to 'include/walk_tree.h')
-rw-r--r-- | include/walk_tree.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/walk_tree.h b/include/walk_tree.h index 53a8fc5..9f1ec34 100644 --- a/include/walk_tree.h +++ b/include/walk_tree.h @@ -20,10 +20,11 @@ #ifndef __WALK_TREE_H #define __WALK_TREE_H -#define WALK_TREE_RECURSIVE 0x1 -#define WALK_TREE_PHYSICAL 0x2 -#define WALK_TREE_LOGICAL 0x4 -#define WALK_TREE_DEREFERENCE 0x8 +#define WALK_TREE_RECURSIVE 0x01 +#define WALK_TREE_PHYSICAL 0x02 +#define WALK_TREE_LOGICAL 0x04 +#define WALK_TREE_DEREFERENCE 0x08 +#define WALK_TREE_DEREFERENCE_TOPLEVEL 0x10 #define WALK_TREE_TOPLEVEL 0x100 #define WALK_TREE_SYMLINK 0x200 |