]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fix diet libc build breaks for e4crypt and fallocate
authorTheodore Ts'o <tytso@mit.edu>
Fri, 19 Jun 2015 23:28:25 +0000 (19:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 19 Jun 2015 23:28:25 +0000 (19:28 -0400)
commit74f2c4aa18f231830c29cdbd278674628956d20d
treea7944dde5bed8d6e675f70e7b8be34cb6b9e18c2
parent6f5bb811e81747fc5754e896f591fa31a148354b
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>
configure
configure.in
lib/config.h.in
lib/ext2fs/fallocate.c
misc/e4crypt.c