diff options
author | des <des@FreeBSD.org> | 2002-04-06 19:28:08 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-06 19:28:08 +0000 |
commit | 7b72a8ff6c733bf25da91947ff362fbe055edabd (patch) | |
tree | d30224d67e83d0411d314ae7f0072b41eceea924 /contrib/openpam/include/security/pam_constants.h | |
parent | 4172a237d231d33a84d23463d15b4e1fdbc353fb (diff) | |
parent | 1b3dab89b21d32019ba4c46b362a853fcdb5a062 (diff) | |
download | FreeBSD-src-7b72a8ff6c733bf25da91947ff362fbe055edabd.zip FreeBSD-src-7b72a8ff6c733bf25da91947ff362fbe055edabd.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r93982,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/openpam/include/security/pam_constants.h')
-rw-r--r-- | contrib/openpam/include/security/pam_constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/openpam/include/security/pam_constants.h b/contrib/openpam/include/security/pam_constants.h index 986b4d0..5cb0b40 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#12 $ + * $P4: //depot/projects/openpam/include/security/pam_constants.h#13 $ */ #ifndef _PAM_CONSTANTS_H_INCLUDED @@ -119,6 +119,7 @@ enum { PAM_RUSER = 8, PAM_USER_PROMPT = 9, PAM_AUTHTOK_PROMPT = 10, /* OpenPAM extension */ + PAM_OLDAUTHTOK_PROMPT = 11, /* OpenPAM extension */ PAM_NUM_ITEMS /* OpenPAM extension */ }; |