Fix comment about sshpam_const and AIX.

From mschwager via github.
This commit is contained in:
Darren Tucker 2016-05-20 10:01:58 +10:00
parent f64062b1f7
commit 39c0cecaa1
1 changed files with 2 additions and 2 deletions

View File

@ -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? */