commit | 74f2c4aa18f231830c29cdbd278674628956d20d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jun 19 19:28:25 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jun 19 19:28:25 2015 -0400 |
tree | a7944dde5bed8d6e675f70e7b8be34cb6b9e18c2 | |
parent | 6f5bb811e81747fc5754e896f591fa31a148354b [diff] |
fix diet libc build breaks for e4crypt and fallocate Diet libc doesn't support syscall correctly, but it does have add_key() and keyctl() in libc (although glibc does not). So change e4crypt to use add_key() and keyctl() directly if they are available. Signed-off-by: Theodore Ts'o <tytso@mit.edu>