]> granicus.if.org Git - apache/commit
Fix piped logs in 2.0. This basically:
authorRyan Bloom <rbb@apache.org>
Wed, 18 Oct 2000 06:09:10 +0000 (06:09 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 18 Oct 2000 06:09:10 +0000 (06:09 +0000)
commit5f3a8a9e38df9ee973b8aaf30216658e872e110b
treef53aae2d8fc01c414242ec672c55fbe1e7748c76
parent9ec20bc517d5f6e5d0f4548f0740fc842d5401ac
Fix piped logs in 2.0.  This basically:
1) cleans up an annoying type that was getting in my way while I was
   trying to fix things.
2) Makes some of the allocations pcalloc instead of palloc
3) The arg array passed to create_process is a const *char *, not
   const *char [].
PR:     6642

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