Changeset 88191 in vbox for trunk/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c
- Timestamp:
- Mar 18, 2021 12:25:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c
r82968 r88191 245 245 } PamContext; 246 246 247 #if defined(RT_OS_SOLARIS) 248 static int conv (int num_msg, struct pam_message **msg, 249 struct pam_response **resp, void *appdata_ptr) 250 #else 247 251 static int conv (int num_msg, const struct pam_message **msg, 248 252 struct pam_response **resp, void *appdata_ptr) 253 #endif 249 254 { 250 255 int i;
Note:
See TracChangeset
for help on using the changeset viewer.