]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
struct_ptr is a void*. The Windows compiler doesn't like it when you try
authorBill Stoddard <stoddard@apache.org>
Fri, 20 Apr 2001 19:11:21 +0000 (19:11 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 20 Apr 2001 19:11:21 +0000 (19:11 +0000)
commiteed63954f38915b707e8e35684a20c04073c6bcf
treefd58fe863f2e5975b9bf03a278e4f6ea5bb7bdcc
parent2617b1c54018599ef11cbcf09425d469e185bcd1
struct_ptr is a void*.  The Windows compiler doesn't like it when you try
to do pointer math on a void*.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88905 13f79535-47bb-0310-9956-ffa450edef68
server/config.c