diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-10 10:13:21 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-10 10:13:21 +0000 |
| commit | af9b407414f8cf821a36d90d8dc66255487eb286 (patch) | |
| tree | a526662b6e2120dbcf08dd58f0ceba4c7f619f4e /lib/libpam/modules/pam_unix/pam_unix.c | |
| parent | 87dbb1bf2489cec74aba1940f08e6379a1f0b0b6 (diff) | |
Notes
Diffstat (limited to 'lib/libpam/modules/pam_unix/pam_unix.c')
| -rw-r--r-- | lib/libpam/modules/pam_unix/pam_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_unix/pam_unix.c b/lib/libpam/modules/pam_unix/pam_unix.c index 26e4365fd482..e45a777e2319 100644 --- a/lib/libpam/modules/pam_unix/pam_unix.c +++ b/lib/libpam/modules/pam_unix/pam_unix.c @@ -262,7 +262,7 @@ pam_sm_chauthtok(pam_handle_t *pamh, int flags, { #ifdef YP struct ypclnt *ypclnt; - const void *yp_domain, *yp_server; + void *yp_domain, *yp_server; #endif char salt[SALTSIZE + 1]; login_cap_t * lc; |
