mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
25 lines
579 B
Plaintext
25 lines
579 B
Plaintext
$NetBSD: patch-ac,v 1.1 2004/10/28 21:01:50 cube Exp $
|
|
|
|
--- fcgi_pm.c.orig 2003-10-30 02:08:34.000000000 +0100
|
|
+++ fcgi_pm.c
|
|
@@ -8,8 +8,8 @@
|
|
#if defined(APACHE2) && !defined(WIN32)
|
|
#include <pwd.h>
|
|
#include <unistd.h>
|
|
-#include "unixd.h"
|
|
-#include "apr_signal.h"
|
|
+#include <httpd/unixd.h>
|
|
+#include <apr_signal.h>
|
|
#endif
|
|
|
|
#ifndef WIN32
|
|
@@ -31,7 +31,7 @@ static time_t now = 0;
|
|
|
|
#ifdef WIN32
|
|
#ifdef APACHE2
|
|
-#include "mod_cgi.h"
|
|
+#include <httpd/mod_cgi.h>
|
|
#endif
|
|
#pragma warning ( disable : 4100 4102 )
|
|
static BOOL bTimeToDie = FALSE; /* process termination flag */
|