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

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

     [ https://issues.apache.org/jira/browse/HARMONY-6454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Eschbach updated HARMONY-6454:
-----------------------------------

    Attachment: f7.2-writev-uio.patch

Patch generated in 'trunk/working_classlib' by svn diff.

> 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
>         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.