]> git.ipfire.org Git - thirdparty/shadow.git/commit
Use the noreturn attribute, rather than comments
authorAlejandro Colomar <alx@kernel.org>
Tue, 7 Feb 2023 18:50:36 +0000 (19:50 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 9 Feb 2023 04:01:01 +0000 (22:01 -0600)
commit416707b087e69f728f3ddee6a9b9aa63c998cd18
tree0dece34fc05ca64b149a0e2923b63eba6df26f7b
parentb34387745afc180fd03ebca5a6ee00f3d665c657
Use the noreturn attribute, rather than comments

This will allow the compiler to understand these functions better.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
16 files changed:
src/chage.c
src/chfn.c
src/chgpasswd.c
src/chpasswd.c
src/chsh.c
src/expiry.c
src/faillog.c
src/groupadd.c
src/groupdel.c
src/groupmems.c
src/grpck.c
src/lastlog.c
src/passwd.c
src/pwck.c
src/su.c
src/usermod.c