aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_lastlog
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-11 16:37:59 +0100
committerTomáš Mráz <tm@t8m.info>2022-09-12 08:48:07 +0200
commitf07fc9cac78851d3dfad1e8c54ee2671e6351853 (patch)
treec026f681f2f9a314eb527e614e4a481b49084e6d /modules/pam_lastlog
parent510e825ef130a843663115ec510b1237ea4708f4 (diff)
downloadpam-f07fc9cac78851d3dfad1e8c54ee2671e6351853.tar.gz
pam-f07fc9cac78851d3dfad1e8c54ee2671e6351853.tar.bz2
pam-f07fc9cac78851d3dfad1e8c54ee2671e6351853.zip
configure.ac: fix implicit function declaration in mail spool directory check
Fixes the following error with Clang 15 (which makes implicit function declarations an error by default): ``` +error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(0); ^ note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' ``` Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'modules/pam_lastlog')
0 files changed, 0 insertions, 0 deletions