Bug 181261 - NetworkProcess cache files use functions from unistd.h without explicitly including it
Summary: NetworkProcess cache files use functions from unistd.h without explicitly inc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-03 15:46 PST by Stephan Szabo
Modified: 2018-01-04 14:34 PST (History)
9 users (show)

See Also:


Attachments
Add #includes for unistd.h (1.58 KB, patch)
2018-01-04 13:05 PST, Stephan Szabo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Szabo 2018-01-03 15:46:24 PST
It seems like NetworkCacheBlobStorage.cpp and NetworkCacheData.cpp use things out of unistd.h (for example unlink) without explicitly including it.
Comment 1 Stephan Szabo 2018-01-04 13:05:00 PST
Created attachment 330483 [details]
Add #includes for unistd.h
Comment 2 WebKit Commit Bot 2018-01-04 14:33:05 PST
Comment on attachment 330483 [details]
Add #includes for unistd.h

Clearing flags on attachment: 330483

Committed r226423: <https://trac.webkit.org/changeset/226423>
Comment 3 WebKit Commit Bot 2018-01-04 14:33:07 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-01-04 14:34:18 PST
<rdar://problem/36306115>