X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fcopy.c;h=cff446d9f0595e58e5675a7725475edae289e8ee;hb=6917418372a990fbfe9a39864ccefacb37c70cc8;hp=c5cbbb79f44070f444e6aaeafda60b508583ba69;hpb=eaca07ccfdf5d7dabc50afc7e539c2413dd69d3e;p=elogind.git diff --git a/src/basic/copy.c b/src/basic/copy.c index c5cbbb79f..cff446d9f 100644 --- a/src/basic/copy.c +++ b/src/basic/copy.c @@ -45,7 +45,7 @@ int copy_bytes(int fdf, int fdt, uint64_t max_bytes, bool try_reflink) { assert(fdf >= 0); assert(fdt >= 0); -// UNNEEDED by elogind +/// UNNEEDED by elogind #if 0 /* Try btrfs reflinks first. */ if (try_reflink && @@ -129,7 +129,7 @@ int copy_bytes(int fdf, int fdt, uint64_t max_bytes, bool try_reflink) { return 0; /* return 0 if we hit EOF earlier than the size limit */ } -// UNNEEDED by elogind +/// UNNEEDED by elogind #if 0 static int fd_copy_symlink(int df, const char *from, const struct stat *st, int dt, const char *to) { _cleanup_free_ char *target = NULL;