]> granicus.if.org Git - php/commitdiff
adjust pid_t declaration so it doesn't conflict with apache one
authorAnatol Belski <ab@php.net>
Thu, 6 Nov 2014 23:57:15 +0000 (00:57 +0100)
committerAnatol Belski <ab@php.net>
Fri, 7 Nov 2014 09:18:09 +0000 (10:18 +0100)
main/win95nt.h

index 76bec05ea522805616791af5d60fe2b7758cb716..febffecadf73e1322c37203f412e491af1e4ef10 100644 (file)
@@ -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 */