diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 15:03:12 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 15:03:12 +0000 |
commit | c89e3fc0028a79b9515f22099c69e649a351338b (patch) | |
tree | 1fd1b539b3030f66b3295731059a77728cf8816b | |
parent | 40b57d390a8d1ead4fbeb37eeb30885e97137fbe (diff) | |
download | pam-c89e3fc0028a79b9515f22099c69e649a351338b.tar.gz pam-c89e3fc0028a79b9515f22099c69e649a351338b.tar.bz2 pam-c89e3fc0028a79b9515f22099c69e649a351338b.zip |
Relevant BUGIDs: 124386
Purpose of commit: bugfix
Commit summary:
---------------
* fixed wrong definition of struct pam_module (was pam_wheel)
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id. 0.74: please submit patches for this section with actual code/doc patches! +* fixed wrong definition of struct pam_module (was pam_wheel) + (Bug 124386 - baggins) * fixed example/Makefile include path (Bug 124187 - agmorgan) * pam_userdb compiles on RH5x. Also removed circular dependency on configure.in. Also bumped revision number to 0.74. (Bug 124136 - |