From 5b2a5ff8fae52459c95bfd28427768268a533502 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sun, 25 Jun 2000 08:22:13 +0000 Subject: [PATCH] Clean up some warnings by including appropriate headers & removing an unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85688 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/spmt_os2/spmt_os2.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index c729d0e85c..0d707c22bb 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -73,10 +73,14 @@ #include "ap_listen.h" #include "iol_socket.h" #include "apr_portable.h" +#include "mpm_common.h" #include #include #include +#include +#include +#include /* config globals */ @@ -297,7 +301,6 @@ int ap_update_child_status(int child_num, int status, request_rec *r) void ap_time_process_request(int child_num, int status) { short_score *ss; - ap_time_t tms_blk; if (child_num < 0) return; @@ -1606,7 +1609,7 @@ static const char *set_max_requests(cmd_parms *cmd, void *dummy, char *arg) static const char *set_coredumpdir (cmd_parms *cmd, void *dummy, char *arg) { - ap_file_t finfo; + ap_finfo_t finfo; const char *fname; const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY); if (err != NULL) { -- 2.40.0