]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix comment about sshpam_const and AIX.
authorDarren Tucker <dtucker@zip.com.au>
Fri, 20 May 2016 00:01:58 +0000 (10:01 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Fri, 20 May 2016 00:01:58 +0000 (10:01 +1000)
From mschwager via github.

auth-pam.c

index 7cf9cf5fcc2da54459777c12d579c9a42d54a5ff..f80278c3a791468803442558117499cdc2a46428 100644 (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? */