diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-02-23 01:23:20 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-02-23 01:23:20 +0000 |
commit | ac676a111684706b7e97927f12d29b25c5205078 (patch) | |
tree | 944d313630072da47126807a18614efb96438d64 /contrib/openpam/lib/pam_get_data.c | |
parent | 5c1eca55510ced8982522fa919a1ad4349eb96f2 (diff) |
Diffstat (limited to 'contrib/openpam/lib/pam_get_data.c')
-rw-r--r-- | contrib/openpam/lib/pam_get_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/openpam/lib/pam_get_data.c b/contrib/openpam/lib/pam_get_data.c index 8b2b09058b92b..f258de8386cc2 100644 --- a/contrib/openpam/lib/pam_get_data.c +++ b/contrib/openpam/lib/pam_get_data.c @@ -50,7 +50,7 @@ int pam_get_data(pam_handle_t *pamh, const char *module_data_name, - void **data) + const void **data) { pam_data_t *dp; |