chiark / gitweb /
Prep v239: Add missing updates that evaded migration.
[elogind.git] / src / basic / user-util.h
index e0de7a9a854f2ca25ec858adc26766f92d0643aa..14a4d180c661578aa944176a758604277a523374 100644 (file)
@@ -1,12 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  This file is part of systemd.
-
-  Copyright 2010 Lennart Poettering
-***/
-
 //#include <grp.h>
 //#include <gshadow.h>
 //#include <pwd.h>
@@ -112,6 +106,7 @@ int maybe_setgroups(size_t size, const gid_t *list);
 
 bool synthesize_nobody(void);
 
+#if 0 /// UNNEEDED by elogind
 int fgetpwent_sane(FILE *stream, struct passwd **pw);
 int fgetspent_sane(FILE *stream, struct spwd **sp);
 int fgetgrent_sane(FILE *stream, struct group **gr);
@@ -122,3 +117,4 @@ int putgrent_sane(const struct group *gr, FILE *stream);
 int fgetsgent_sane(FILE *stream, struct sgrp **sg);
 int putsgent_sane(const struct sgrp *sg, FILE *stream);
 #endif
+#endif // 0