X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fxattr-util.c;h=e00f1819d70693d9b8afee241557ed4231aeee8f;hp=d440b3cd04cc838389bef1799f9e904923315496;hb=166f4e4fb53a82900ff9ae080e0ff37d35d4dacd;hpb=68def6bc80ba50ed3b3658d00799a3ec295c4d7a diff --git a/src/basic/xattr-util.c b/src/basic/xattr-util.c index d440b3cd0..e00f1819d 100644 --- a/src/basic/xattr-util.c +++ b/src/basic/xattr-util.c @@ -98,8 +98,7 @@ int fgetxattr_malloc(int fd, const char *name, char **value) { } } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind ssize_t fgetxattrat_fake(int dirfd, const char *filename, const char *attribute, void *value, size_t size, int flags) { char fn[strlen("/proc/self/fd/") + DECIMAL_STR_MAX(int) + 1]; _cleanup_close_ int fd = -1;