mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
vim-patch:9.0.1963: Configure script may not detect xattr
Problem: Configure script may not detect xattr correctly
Solution: include sys/xattr instead of attr/xattr,
make Test_write_with_xattr_support() test
xattr feature correctly
This also applies to the Smack security feature, so change the include
and configure script for it as well.
closes: vim/vim#13229
6de4e58cf2
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XATTR
|
||||
# include <attr/xattr.h>
|
||||
# include <sys/xattr.h>
|
||||
# define XATTR_VAL_LEN 1024
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user