File openmotif-editres-prototype.patch of Package openmotif
Index: openmotif-2.3.3/lib/Xm/EditresCom.c =================================================================== --- openmotif-2.3.3.orig/lib/Xm/EditresCom.c +++ openmotif-2.3.3/lib/Xm/EditresCom.c @@ -1788,7 +1788,7 @@ Widget w; void _XEditResPutString8(stream, str) ProtocolStream * stream; -char * str; +_Xconst char * str; { int i, len = strlen(str);