]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
get ab to compile on OS/390 by using strchr() instead of index()
authorJeff Trawick <trawick@apache.org>
Thu, 10 May 2001 17:25:00 +0000 (17:25 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 10 May 2001 17:25:00 +0000 (17:25 +0000)
commit05f7aaa501681bdd15b237f3d94e70d2c1574111
tree6e94575460f218002112ab93e1a10406ebbaf6d8
parent83bd589119861af9e56bf8870a03a631d783bcd5
get ab to compile on OS/390 by using strchr() instead of index()
(we could instead have included the proper header, but this is
the way Dirk fixed it in 2.0 since we already use strchr() and
thus had the proper header everywhere)

Get rid of incorrect code to save (and then ignore) the retval
from signal().  "void *" isn't compatible with any sort of
function pointer.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89073 13f79535-47bb-0310-9956-ffa450edef68
src/support/ab.c