Bug 27365

Summary: Build fix on platforms don't have MMAP
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
proposed patch levin: review+

Csaba Osztrogonác
Reported 2009-07-17 03:29:04 PDT
In JavaScriptCore/interpreter/RegisterFile.h if HAVE(MMAP) is false, stdio.h not inculded, but fprintf and stderr used at line 190 and 192. stdio.h must be included irrespectively of HAVE(MMAP).
Attachments
proposed patch (1.06 KB, patch)
2009-07-17 03:33 PDT, Csaba Osztrogonác
levin: review+
Csaba Osztrogonác
Comment 1 2009-07-17 03:33:37 PDT
Created attachment 32925 [details] proposed patch
David Levin
Comment 2 2009-07-17 04:02:20 PDT
Note You need to log in before you can comment on or make changes to this bug.