search for: attr_dontfollow

Displaying 2 results from an estimated 2 matches for "attr_dontfollow".

2003 Oct 14
0
Building on AIX 5.1, 5.2
...1333.9: 1506-045 (S) Undeclared identifier attrlist_ent_t. "lib/system.c", line 1333.25: 1506-045 (S) Undeclared identifier ae. "lib/system.c", line 1361.22: 1506-045 (S) Undeclared identifier ATTR_ROOT. "lib/system.c", line 1409.52: 1506-045 (S) Undeclared identifier ATTR_DONTFOLLOW. I set up the build with: env CC=cc_r CXX=xlC_r ./configure --prefix=/usr/local/samba It seems that ATTR_MAX_VALUELEN is defined on some systems in sys/attributes.h. It doesn't appear that AIX has sys/attributes.h, and I cannot find any headers containing ATTR_MAX_VALUELEN. If I comment out...
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com> Anand Jain (1): [RFC] Add btrfs autosnap feature Makefile | 6 +- autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autosnap.h | 81 +++ btrfs-list.c | 140 +++++- btrfs.c | 46 ++- btrfs_cmds.c | 186 +++++++- btrfs_cmds.h | 3 +- scrub.c | 1 + 8 files changed, 1982 insertions(+), 34