summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-07-21 19:54:17 +0000
committerdes <des@FreeBSD.org>2003-07-21 19:54:17 +0000
commitea4b1513870a006942e2c3ee6edf331aa4ac578e (patch)
tree2a790ec08b2e83e14d367e7425f5116692ea6a6a /contrib
parentb9976bd089973cc308bb6ab03573f8e0b4c8346f (diff)
parent66b982e44c2d50ce68f7b35a7471a939bd16b03c (diff)
downloadFreeBSD-src-ea4b1513870a006942e2c3ee6edf331aa4ac578e.zip
FreeBSD-src-ea4b1513870a006942e2c3ee6edf331aa4ac578e.tar.gz
This commit was generated by cvs2svn to compensate for changes in r117839,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/openpam/include/security/pam_types.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/openpam/include/security/pam_types.h b/contrib/openpam/include/security/pam_types.h
index e7064d8..ebe2eec 100644
--- a/contrib/openpam/include/security/pam_types.h
+++ b/contrib/openpam/include/security/pam_types.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_types.h#12 $
+ * $P4: //depot/projects/openpam/include/security/pam_types.h#13 $
*/
#ifndef _PAM_TYPES_H_INCLUDED
@@ -47,22 +47,22 @@ extern "C" {
* XSSO 5.1.1
*/
struct pam_message {
- int msg_style;
- const char *msg;
+ int msg_style;
+ char *msg;
};
struct pam_response {
- char *resp;
- int resp_retcode;
+ char *resp;
+ int resp_retcode;
};
/*
* XSSO 5.1.2
*/
struct pam_conv {
- int (*conv)(int, const struct pam_message **,
- struct pam_response **, void *);
- void *appdata_ptr;
+ int (*conv)(int, const struct pam_message **,
+ struct pam_response **, void *);
+ void *appdata_ptr;
};
/*
@@ -75,9 +75,9 @@ typedef struct pam_handle pam_handle_t;
* Solaris 9
*/
typedef struct pam_repository {
- char *type;
- void *scope;
- size_t scope_len;
+ char *type;
+ void *scope;
+ size_t scope_len;
} pam_repository_t;
#ifdef __cplusplus
OpenPOWER on IntegriCloud