Bug 41777

Summary: Remove needless #include <fcntl.h> from TCSystemAlloc.cpp
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Patrick R. Gansterer 2010-07-07 11:00:49 PDT
see patch
Comment 1 Patrick R. Gansterer 2010-07-07 11:01:54 PDT
Created attachment 60755 [details]
Patch
Comment 2 Darin Adler 2010-07-07 12:28:40 PDT
Comment on attachment 60755 [details]
Patch

It seems that that fcntl.h was needed for O_RDWR, which is used in TryDevMem, but that's no longer compiled in our copy of this file. So it would be slightly better to put <fcntl.h> inside #ifndef WTF_CHANGES, or maybe we should get rid of all the #ifndef WTF_CHANGES entirely.
Comment 3 WebKit Commit Bot 2010-07-08 00:24:11 PDT
Comment on attachment 60755 [details]
Patch

Clearing flags on attachment: 60755

Committed r62764: <http://trac.webkit.org/changeset/62764>
Comment 4 WebKit Commit Bot 2010-07-08 00:24:15 PDT
All reviewed patches have been landed.  Closing bug.