chiark / gitweb /
Prep v234: Apply missing upstream fixes in src/libelogind (2/6)
[elogind.git] / src / libelogind / sd-daemon / sd-daemon.c
index 26a0a7e522eee21e31750bcf7f55788e3b5ab86f..e5830245814005e05b235360454183d02b5178e5 100644 (file)
@@ -44,7 +44,6 @@
 
 #define SNDBUF_SIZE (8*1024*1024)
 
-#if 0 /// UNNEEDED by elogind
 static void unsetenv_all(bool unset_environment) {
 
         if (!unset_environment)
@@ -146,6 +145,7 @@ _public_ int sd_listen_fds_with_names(int unset_environment, char ***names) {
         return n_fds;
 }
 
+#if 0 /// UNNEEDED by elogind
 _public_ int sd_is_fifo(int fd, const char *path) {
         struct stat st_fd;