WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
129964
Add missing include for sys/uio.h
https://bugs.webkit.org/show_bug.cgi?id=129964
Summary
Add missing include for sys/uio.h
Landry Breuil
Reported
2014-03-08 01:50:29 PST
Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp:317: error: elements of array 'iovec iov [1]' have incomplete type Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp:317: error: storage size of 'iov' isn't known Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp:481: error: elements of array 'iovec iov [3]' have incomplete type Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp:481: error: storage size of 'iov' isn't known (yeah, code moved, but the failure is the same)
Attachments
Add missing sys/uio.h include for struct iovec
(540 bytes, patch)
2014-03-08 01:52 PST
,
Landry Breuil
kling
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Landry Breuil
Comment 1
2014-03-08 01:52:47 PST
Created
attachment 226208
[details]
Add missing sys/uio.h include for struct iovec
WebKit Commit Bot
Comment 2
2014-03-08 14:03:34 PST
Comment on
attachment 226208
[details]
Add missing sys/uio.h include for struct iovec Rejecting
attachment 226208
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 226208, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: -> origin/master Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ... Currently at 165334 = 908b3aa17d191ee6f463618f404d78f54ba4ed25
r165335
= c927257b7acd05cbce925f07bb4990f17dc82a12
r165336
= dc8aacd27107a05f53714d5f9cbf68fc87f158c6 Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc First, rewinding head to replay your work on top of it... Fast-forwarded master to refs/remotes/origin/master. Full output:
http://webkit-queues.appspot.com/results/6116983993008128
Antoine Jacoutot
Comment 3
2015-01-20 04:07:05 PST
This patch is not needed anymore. OpenBSD headers have been fixed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug