]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove all of the calls to functions like "ap_popenf". These functions were
authorRyan Bloom <rbb@apache.org>
Wed, 8 Sep 1999 14:15:55 +0000 (14:15 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 8 Sep 1999 14:15:55 +0000 (14:15 +0000)
commit69adf379b47312601e820229d18f2e2b654e6cc4
treecd968bd9e2279ecbffedbce463c9fcd22d287b7e
parenta5c3bef7386d3d4087bf90bffb06c356c205e6be
Remove all of the calls to functions like "ap_popenf".  These functions were
moved down to APR, but they are being removed.  They are not portable, and
were only moved down for backwards compatability.  With this change, they can
be safely removed, which is the next commit on it's way.
Submitted by:  Ryan Bloom and Paul Reder

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83879 13f79535-47bb-0310-9956-ffa450edef68
21 files changed:
include/ap_config.h
include/ap_listen.h
include/http_log.h
include/http_protocol.h
include/httpd.h
include/util_md5.h
modules/generators/mod_asis.c
modules/generators/mod_autoindex.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/loggers/mod_log_config.c
modules/mappers/mod_negotiation.c
server/config.c
server/listen.c
server/log.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/rfc1413.c
server/util.c
server/util_md5.c
server/util_script.c