]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Get it to build on FreeBSD by dropping <stropt.h>. (It still
authorJeff Trawick <trawick@apache.org>
Fri, 23 Feb 2001 03:19:29 +0000 (03:19 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 23 Feb 2001 03:19:29 +0000 (03:19 +0000)
commite233ba50271913a58ea1a8f0b77df4feda6cbc56
treeeb34ea3ab36bb58deb16f8a6c9bcea8f2715f441
parent8fef8a0b59d58c6cfb96c6961546f9ccee57e0f7
Get it to build on FreeBSD by dropping <stropt.h>.  (It still
builds on Linux.)

Pass an initialized thread attribute instead of an accidental
autodata value to apr_create_signal_thread().  This should
avoid a segfault.  It seemed to behave a little better for me
at this point.

Get rid of some warnings.

gcc on FreeBSD still warns about a few variables that might be
clobbered by longjmp() in worker_thread().

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