]> granicus.if.org Git - apache/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)
commit91976ba707756f80101f9adfd594a0a785817a98
tree1c8b1a04cd2b3bea0dc3305f07ad3d0323890574
parent6f896b6d551e6bebeaf95bdd2b3939b5c7f5ca30
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