]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, src/: Use strchrnul(3) instead of its pattern
authorAlejandro Colomar <alx@kernel.org>
Sun, 12 May 2024 21:44:35 +0000 (23:44 +0200)
committerSerge Hallyn <serge@hallyn.com>
Tue, 2 Jul 2024 02:40:11 +0000 (21:40 -0500)
commit964df6ed6ed650a7972799f2e13345746daa9a4d
tree1acafc3299365e14ff362fb0157bf24633181f37
parent077f7b6adebc93ef57af4cdb3e21840aaea04fc6
lib/, src/: Use strchrnul(3) instead of its pattern

In the files where #include <string.h> is missing, add it, and sort the
includes.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
12 files changed:
lib/commonio.c
lib/console.c
lib/getdef.c
lib/gshadow.c
lib/hushed.c
lib/port.c
lib/sgetgrent.c
lib/sgetspent.c
lib/shadow.c
lib/ttytype.c
lib/tz.c
src/useradd.c