Submitted by: Victor J. Orlikowski <v.j.orlikowski@gte.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86939
13f79535-47bb-0310-9956-
ffa450edef68
do
if [ "x`echo $LINE | egrep '^[:space:]*apr_'`" != "x" ]; then
newline=`echo "$LINE" |\
- sed -e 's%^\(.*\)%const void *ap_hack_\1 = \1\;%'`
+ sed -e 's%^\(.*\)%const void *ap_hack_\1 = \(const void *\)\1\;%'`
echo $newline
fi
done
* the web server. exports.c is generated by buildconf, and it
* has all of the apr functions specified by httpd.exp.
*/
- ap_ugly_hack = apr_initialize;
+ ap_ugly_hack = (void *) apr_initialize;
#endif
process = create_process(argc, argv);