]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, src/, po/: pw_entry(): Move function to src/sulogin.c
authorAlejandro Colomar <alx@kernel.org>
Wed, 17 Jan 2024 15:48:53 +0000 (16:48 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 18 Jan 2024 00:11:19 +0000 (18:11 -0600)
commit8679878c8b12ab8b3c7a219e821bdd6bbc468ec7
treef0d4675d4af1776a793f2be739c130ebfc05cdd5
parent2e56af190222f2f3c3d26a58f2f085f55c98dd3c
lib/, src/, po/: pw_entry(): Move function to src/sulogin.c

That's the only file where it's called, and it's a delicate function.
Reduce the chances that other files call it.

Link: <https://github.com/shadow-maint/shadow/pull/908>
Suggested-by: Samanta Navarro <ferivoz@riseup.net>
Cc: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/Makefile.am
lib/entry.c [deleted file]
lib/prototypes.h
po/POTFILES.in
src/sulogin.c