Skip to content

Commit 936575c

Browse files
committed
adjust pid_t declaration so it doesn't conflict with apache one
1 parent 1310bb5 commit 936575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/win95nt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ typedef char * caddr_t;
5555
typedef unsigned int uint;
5656
typedef unsigned long ulong;
5757
#if !NSAPI
58-
typedef long pid_t;
58+
typedef int pid_t;
5959
#endif
6060

6161
/* missing in vc5 math.h */

0 commit comments

Comments
 (0)