X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Fclean-ipc.c;fp=src%2Fshared%2Fclean-ipc.c;h=6d35e4ca23d695cd0b92a2daad883a19602ba8bf;hb=4084669c7f802c9745bcb6bed77bdaf49ffd896d;hp=d2e0240a800a1cbea965064da08a553596aa4ab8;hpb=6053df4ee3a205f25b67f43ece1ff4d1202b7edb;p=elogind.git diff --git a/src/shared/clean-ipc.c b/src/shared/clean-ipc.c index d2e0240a8..6d35e4ca2 100644 --- a/src/shared/clean-ipc.c +++ b/src/shared/clean-ipc.c @@ -277,8 +277,7 @@ static int clean_posix_shm(uid_t uid) { return clean_posix_shm_internal(dir, uid); } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind static int clean_posix_mq(uid_t uid) { _cleanup_closedir_ DIR *dir = NULL; struct dirent *de; @@ -355,8 +354,8 @@ int clean_ipc(uid_t uid) { if (r < 0) ret = r; -/// elogind does not use mq_open anywhere -#if 0 + +#if 0 /// elogind does not use mq_open anywhere r = clean_posix_mq(uid); if (r < 0) ret = r;