Bite the bullet and move PAM_{,OLD}AUTHTOK_PROMPT to make room for

PAM_REPOSITORY, which is defined to 10 in Solaris 9.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@168 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-06-30 23:35:29 +00:00
parent 0f34cab008
commit a5d90305a3
1 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/include/security/pam_constants.h#17 $
* $P4: //depot/projects/openpam/include/security/pam_constants.h#18 $
*/
#ifndef _PAM_CONSTANTS_H_INCLUDED
@ -120,9 +120,9 @@ enum {
PAM_OLDAUTHTOK = 7,
PAM_RUSER = 8,
PAM_USER_PROMPT = 9,
PAM_AUTHTOK_PROMPT = 10, /* OpenPAM extension */
PAM_OLDAUTHTOK_PROMPT = 11, /* OpenPAM extension */
PAM_REPOSITORY = 12,
PAM_REPOSITORY = 10,
PAM_AUTHTOK_PROMPT = 11, /* OpenPAM extension */
PAM_OLDAUTHTOK_PROMPT = 12, /* OpenPAM extension */
PAM_NUM_ITEMS /* OpenPAM extension */
};