diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-05-20 10:01:58 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-05-20 10:01:58 +1000 |
commit | 39c0cecaa188a37a2e134795caa68e03f3ced592 (patch) | |
tree | e667b9ac8f5b5757a6a9a9a689225948603266ac /auth-pam.c | |
parent | f64062b1f74ad5ee20a8a49aab2732efd0f7ce30 (diff) |
Fix comment about sshpam_const and AIX.
From mschwager via github.
Diffstat (limited to 'auth-pam.c')
-rw-r--r-- | auth-pam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.c b/auth-pam.c index 7cf9cf5fc..f80278c3a 100644 --- a/auth-pam.c +++ b/auth-pam.c | |||
@@ -68,9 +68,9 @@ | |||
68 | 68 | ||
69 | /* OpenGroup RFC86.0 and XSSO specify no "const" on arguments */ | 69 | /* OpenGroup RFC86.0 and XSSO specify no "const" on arguments */ |
70 | #ifdef PAM_SUN_CODEBASE | 70 | #ifdef PAM_SUN_CODEBASE |
71 | # define sshpam_const /* Solaris, HP-UX, AIX */ | 71 | # define sshpam_const /* Solaris, HP-UX, SunOS */ |
72 | #else | 72 | #else |
73 | # define sshpam_const const /* LinuxPAM, OpenPAM */ | 73 | # define sshpam_const const /* LinuxPAM, OpenPAM, AIX */ |
74 | #endif | 74 | #endif |
75 | 75 | ||
76 | /* Ambiguity in spec: is it an array of pointers or a pointer to an array? */ | 76 | /* Ambiguity in spec: is it an array of pointers or a pointer to an array? */ |