]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs: 848337
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 25 Nov 2003 09:06:54 +0000 (09:06 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 25 Nov 2003 09:06:54 +0000 (09:06 +0000)
commitd8eba606078c57e5480a82b5c1a1c9df4cf83a01
treee3966a524324dec4515e71972ddc52dfe3015b4d
parent18e6fba994dd532827d3dda91d290ff4c73fa318
Relevant BUGIDs: 848337

Purpose of commit: bugfix

Commit summary:
---------------
pam_shells uses strlen/strcmp, but does not
 include the corresponding string.h header file.
 This could lead to problems on architectures,
 where gcc needs a correct prototype to generate
 correct calling code.

 pam_stress.c complains about a redefined
 __USE_BSD symbol. This is a internal glibc
 define and should not be used in source code.
modules/pam_shells/pam_shells.c
modules/pam_stress/pam_stress.c