[Webkit-unassigned] [Bug 41777] Remove needless #include <fcntl.h> from TCSystemAlloc.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 12:28:40 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41777


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60755|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2010-07-07 12:28:40 PST ---
(From update of attachment 60755)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list