]> granicus.if.org Git - apache/commit
"void *res = signal(blah)" isn't cool 'cause void * is not compatible with
authorJeff Trawick <trawick@apache.org>
Mon, 2 Apr 2001 18:49:44 +0000 (18:49 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 2 Apr 2001 18:49:44 +0000 (18:49 +0000)
commit4af9bfe69ef4ab7b94939300362f112cc0979dfe
tree10545ebfdca0dc948e3aaf1b2834d30ea288fdc2
parentf31fc4448c134cd0ad4e0a5e58f92d0036c6ebcc
"void *res = signal(blah)" isn't cool 'cause void * is not compatible with
a function pointer; but we don't need to save the old signal pointer anyway
so drop the variable

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88653 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c