You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/02/24 09:22:28 UTC

[jira] Commented: (HARMONY-6454) Missing header under FreeBSD 7.2

    [ https://issues.apache.org/jira/browse/HARMONY-6454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837678#action_12837678 ] 

Hudson commented on HARMONY-6454:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #649 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/649/])
    Apply patch for : Missing header under FreeBSD 7.2


> Missing header under FreeBSD 7.2
> --------------------------------
>
>                 Key: HARMONY-6454
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6454
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: FreeBSD 7.2 with GCC 4.2.1, Ant 1.8.0, and Diablo JDK (hosting Java compiler).
>            Reporter: Mark Eschbach
>            Assignee: Regis Xu
>             Fix For: 5.0M13
>
>         Attachments: f7.2-writev-uio.patch
>
>
> While attempting to compile the subversion revision 912317 checked out, I received compiler warnings regarding a missing function declaration for the function writev(fd,iovc,iovcnt) under FreeBSD 7.2.  Compilation of the class library ceased as a result of the warnings.  While looking up a fix for the source, I found under FreeBSD (at least 7.2) the function prototype resides in <sys/uio.h>.  Added the header definition and compiled fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.