X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibelogind%2Fsd-id128%2Fid128-util.c;h=ce8a6aad09f80d60dff6140c1d9aa4345a1f3125;hb=HEAD;hp=6c1c7f02d7ed8dcc02ade2e1d74e8d4b89836c5f;hpb=40ddf32193392aee505780a0d1724f5e9e248901;p=elogind.git diff --git a/src/libelogind/sd-id128/id128-util.c b/src/libelogind/sd-id128/id128-util.c index 6c1c7f02d..ce8a6aad0 100644 --- a/src/libelogind/sd-id128/id128-util.c +++ b/src/libelogind/sd-id128/id128-util.c @@ -153,7 +153,6 @@ int id128_read(const char *p, Id128Format f, sd_id128_t *ret) { return id128_read_fd(fd, f, ret); } -#if 0 /// UNNEEDED by elogind int id128_write_fd(int fd, Id128Format f, sd_id128_t id, bool do_sync) { char buffer[36 + 2]; size_t sz; @@ -184,6 +183,7 @@ int id128_write_fd(int fd, Id128Format f, sd_id128_t id, bool do_sync) { return r; } +#if 0 /// UNNEEDED by elogind int id128_write(const char *p, Id128Format f, sd_id128_t id, bool do_sync) { _cleanup_close_ int fd = -1;