From: Darren Tucker Date: Fri, 20 May 2016 00:01:58 +0000 (+1000) Subject: Fix comment about sshpam_const and AIX. X-Git-Tag: V_7_3_P1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c0cecaa188a37a2e134795caa68e03f3ced592;p=thirdparty%2Fopenssh-portable.git Fix comment about sshpam_const and AIX. From mschwager via github. --- 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 @@ /* OpenGroup RFC86.0 and XSSO specify no "const" on arguments */ #ifdef PAM_SUN_CODEBASE -# define sshpam_const /* Solaris, HP-UX, AIX */ +# define sshpam_const /* Solaris, HP-UX, SunOS */ #else -# define sshpam_const const /* LinuxPAM, OpenPAM */ +# define sshpam_const const /* LinuxPAM, OpenPAM, AIX */ #endif /* Ambiguity in spec: is it an array of pointers or a pointer to an array? */