Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163493139
D51575.id159243.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
812 B
Referenced Files
None
Subscribers
None
D51575.id159243.diff
View Options
diff --git a/contrib/pam-krb5/module/prompting.c b/contrib/pam-krb5/module/prompting.c
--- a/contrib/pam-krb5/module/prompting.c
+++ b/contrib/pam-krb5/module/prompting.c
@@ -157,7 +157,7 @@
return PAM_CONV_ERR;
pmsg = &msg;
msg.msg_style = type;
- msg.msg = (PAM_CONST char *) message;
+ msg.msg = (char *) message;
pamret = conv->conv(1, &pmsg, &resp, conv->appdata_ptr);
if (pamret != PAM_SUCCESS)
return pamret;
diff --git a/lib/libpam/modules/pam_krb5/Makefile b/lib/libpam/modules/pam_krb5/Makefile
--- a/lib/libpam/modules/pam_krb5/Makefile
+++ b/lib/libpam/modules/pam_krb5/Makefile
@@ -63,7 +63,6 @@
CFLAGS= -I${SRCDIR} \
-I${.CURDIR} \
-fno-strict-aliasing \
- -Wno-error=incompatible-pointer-types-discards-qualifiers \
-DHAVE_CONFIG_H
WARNS?= 3
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 6:45 PM (20 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35450582
Default Alt Text
D51575.id159243.diff (812 B)
Attached To
Mode
D51575: pam_krb5: fix the GCC build
Attached
Detach File
Event Timeline
Log In to Comment