]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Prevent a compile warning on FreeBSD by making pointers const (only needed
authorJeff Trawick <trawick@apache.org>
Wed, 1 Nov 2000 13:03:01 +0000 (13:03 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 1 Nov 2000 13:03:01 +0000 (13:03 +0000)
commit21a8449b97790e54a537c85309c0f2ac8bf1c72f
tree1c8b1a04cd2b3bea0dc3305f07ad3d0323890574
parent7ad5f8c53b0478113aa9305dc3b15283da07db82
Prevent a compile warning on FreeBSD by making pointers const (only needed
for data, but not harmful for functions)

old warning: "exports.c:59: warning: initialization discards `const' from pointer target type"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86784 13f79535-47bb-0310-9956-ffa450edef68
build/buildexports.sh