Bug 129964

Summary: Add missing include for sys/uio.h
Product: WebKit Reporter: Landry Breuil <landry>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: ajacoutot, ajacoutot, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add missing sys/uio.h include for struct iovec kling: review+, commit-queue: commit-queue-

Description Landry Breuil 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)
Comment 1 Landry Breuil 2014-03-08 01:52:47 PST
Created attachment 226208 [details]
Add missing sys/uio.h include for struct iovec
Comment 2 WebKit Commit Bot 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
Comment 3 Antoine Jacoutot 2015-01-20 04:07:05 PST
This patch is not needed anymore. OpenBSD headers have been fixed.