RESOLVED FIXED 181261
NetworkProcess cache files use functions from unistd.h without explicitly including it
https://bugs.webkit.org/show_bug.cgi?id=181261
Summary NetworkProcess cache files use functions from unistd.h without explicitly inc...
Stephan Szabo
Reported 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.
Attachments
Add #includes for unistd.h (1.58 KB, patch)
2018-01-04 13:05 PST, Stephan Szabo
no flags
Stephan Szabo
Comment 1 2018-01-04 13:05:00 PST
Created attachment 330483 [details] Add #includes for unistd.h
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2018-01-04 14:33:07 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2018-01-04 14:34:18 PST
Note You need to log in before you can comment on or make changes to this bug.