]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 717: need to use STRUCT_PAM_MESSAGE in the prototype as well
authorLee Howard <faxguy@howardsilvan.com>
Fri, 16 Dec 2005 00:43:43 +0000 (00:43 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Fri, 16 Dec 2005 00:43:43 +0000 (00:43 +0000)
CHANGES
hfaxd/User.c++

diff --git a/CHANGES b/CHANGES
index 46ee5e7bd6452260ae1ac841f3a7dc7ac4ffdd46..bcaf2b542047494cf4231df0ba400a0db9ffdfe7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@
 
 Changelog since HylaFAX 4.2.3
 
+* fix Solaris 9 compile error due to PAM (15 Dec 2005)
 * all Mainpine boards no longer identified as the DUO+
   2-port model (5 Dec 2005)
 * update hfaxd 'site adduser' functionality (29 Nov 2005)
index 2f1cdd9b6c645c4b9210fe7573394471c1a51c2c..3c270088bc53f4464099b7ef0c112af2edc0e9d8 100644 (file)
@@ -51,7 +51,7 @@ gid_t HylaFAXServer::faxuid = 0;              // reserved fax uid
 
 #ifdef HAVE_PAM
 extern int
-pamconv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata);
+pamconv(int num_msg, const STRUCT_PAM_MESSAGE **msg, struct pam_response **resp, void *appdata);
 #endif
 
 bool