]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix compile breakage with IBM's xlc compiler caused by the
authorJeff Trawick <trawick@apache.org>
Thu, 27 Jun 2002 10:47:49 +0000 (10:47 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 27 Jun 2002 10:47:49 +0000 (10:47 +0000)
commit1149429227e64ed43341525b02a441d0f796e922
tree2c441d17c57a5c0b3a31fc93f3b241ab01a3c057
parentb274510242753f9d02ceb53555633c07f9e148d8
fix compile breakage with IBM's xlc compiler caused by the
attempt to lose const on progname

strrchr was not the real library function that takes a
const parameter; instead, strrchr was the Apache macro which
makes it clear that const will be lost

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95900 13f79535-47bb-0310-9956-ffa450edef68
os/unix/unixd.c