Bug 129964 - Add missing include for sys/uio.h
Summary: Add missing include for sys/uio.h
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-08 01:50 PST by Landry Breuil
Modified: 2015-01-20 04:35 PST (History)
3 users (show)

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
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.