diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-06-30 21:36:39 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-06-30 21:36:39 +0000 |
commit | d453fb1b0aaf878fef0eda12218dc641e18bfff6 (patch) | |
tree | dbd8fd731dca8cc49d9a4abdf373460b98d07d06 | |
parent | ee02aaa95b30b4b258e2ae7e1d13c9428f906381 (diff) |
Notes
-rw-r--r-- | contrib/openpam/MANIFEST | 2 | ||||
-rw-r--r-- | contrib/openpam/include/security/pam_constants.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/openpam/MANIFEST b/contrib/openpam/MANIFEST index 69801606c3135..61e41ca2ea23f 100644 --- a/contrib/openpam/MANIFEST +++ b/contrib/openpam/MANIFEST @@ -1,5 +1,5 @@ # -# $P4: //depot/projects/openpam/MANIFEST#11 $ +# $P4: //depot/projects/openpam/MANIFEST#12 $ # CREDITS HISTORY diff --git a/contrib/openpam/include/security/pam_constants.h b/contrib/openpam/include/security/pam_constants.h index 941249feae49d..3ce0c325c3f7b 100644 --- a/contrib/openpam/include/security/pam_constants.h +++ b/contrib/openpam/include/security/pam_constants.h @@ -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 */ }; |