mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-24 10:22:47 +08:00
Relevant BUGIDs: 557322
Purpose of commit: cleanup Commit summary: --------------- clean up a compilation warning about strcmp() not being defined.
This commit is contained in:
parent
af973ad47a
commit
7b89c0b53b
@ -55,6 +55,8 @@ bug report - outstanding bugs are listed here:
|
||||
0.76: please submit patches for this section with actual code/doc
|
||||
patches!
|
||||
|
||||
* pam_rootok: compilation warning noted by Tony den Haan wrt no
|
||||
prototype for strcmp() (Bug 557322 - agmorgan).
|
||||
* documentation: (a few of mine in passing) and app documentation
|
||||
suggestions regarding PAM environment variables and module
|
||||
documentation changes regarding the conversation function from Jenn
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include <unistd.h>
|
||||
#include <syslog.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* here, we make a definition for the externally accessible function
|
||||
|
Loading…
Reference in New Issue
Block a user