From: Anatol Belski Date: Thu, 6 Nov 2014 23:57:15 +0000 (+0100) Subject: adjust pid_t declaration so it doesn't conflict with apache one X-Git-Tag: PRE_PHP7_REMOVALS~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=936575c2e20230800ca1a50110100034da42f599;p=php adjust pid_t declaration so it doesn't conflict with apache one --- diff --git a/main/win95nt.h b/main/win95nt.h index 76bec05ea5..febffecadf 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -55,7 +55,7 @@ typedef char * caddr_t; typedef unsigned int uint; typedef unsigned long ulong; #if !NSAPI -typedef long pid_t; +typedef int pid_t; #endif /* missing in vc5 math.h */