Displaying 2 results from an estimated 2 matches for "extattr_namespace_user".
2010 Sep 21
1
Old FreeBSD4.11 build.
...all -W -I./popt -c lib/sysacls.c
-o lib/sysacls.o
gcc -I. -I. -static -DHAVE_CONFIG_H -Wall -W -I./popt -c
lib/sysxattrs.c -o lib/sysxattrs.o
lib/sysxattrs.c: In function `sys_lgetxattr':
lib/sysxattrs.c:85: warning: implicit declaration of function
`extattr_get_link'
lib/sysxattrs.c:85: `EXTATTR_NAMESPACE_USER' undeclared (first use in
this function)
lib/sysxattrs.c:85: (Each undeclared identifier is reported only once
lib/sysxattrs.c:85: for each function it appears in.)
lib/sysxattrs.c: In function `sys_fgetxattr':
lib/sysxattrs.c:90: warning: implicit declaration of function
`extattr_get_fd...
2005 Mar 31
4
Samba 3.x SVN and OS/2 support.
Hi all Samba OS/2 users. I've just added OS/2 style
extended attribute support into the SAMBA_3_0 subversion
branch code.
This depends on the underlying OS supporting EA's and
(on linux) the filesystem being mounted with the "user_xattr"
mount option and the parameter "ea support = yes" being set
in smb.conf.
Please check out this code and test it - let me know if