chiark / gitweb /
Prep v221: Update and clean up build system to sync with upstream
[elogind.git] / src / basic / fileio-label.c
similarity index 97%
rename from src/shared/fileio-label.c
rename to src/basic/fileio-label.c
index f596f1d11fc6d54be479bfd8f13c35079c5cf857..1443cefc1b8cc68bb49b9900a8c3b00379c4b183 100644 (file)
@@ -38,6 +38,8 @@ int write_string_file_atomic_label(const char *fn, const char *line) {
         return r;
 }
 
+/// UNNEEDED by elogind
+#if 0
 int write_env_file_label(const char *fname, char **l) {
         int r;
 
@@ -66,3 +68,4 @@ int fopen_temporary_label(const char *target,
 
         return r;
 }
+#endif // 0