]> git.ipfire.org Git - thirdparty/util-linux.git/commit
login: Use pid_t for child_pid
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 19 Sep 2023 18:45:40 +0000 (20:45 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 09:44:11 +0000 (10:44 +0100)
commit5c250aa6425fc3e35c07bce019eb4b7fa34bf722
tree4206ceb1ac29eede7109124e4f204d713ff75ae0
parentbe3f1712ee2e1e43d9b82b7cf4987c8a609a81ef
login: Use pid_t for child_pid

Since child_pid keeps track of a PID, it should be of type pid_t
and not of type int.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
login-utils/login.c