~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

  • Committer: Monty Taylor
  • Date: 2009-01-30 07:03:19 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130070319-ubkdm54mm7u7vk7z
More fixy-fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    const char *password;
18
18
} auth_pam_userinfo;
19
19
 
 
20
extern "C"
20
21
static int auth_pam_talker(int num_msg,
21
22
#ifdef __sun
22
23
                           struct pam_message **msg,