You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/06/23 08:57:29 UTC

[jira] Created: (HARMONY-646) [classlib][native]Remove portsock.h and use hysock.h instead.

[classlib][native]Remove portsock.h and use hysock.h instead.
-------------------------------------------------------------

         Key: HARMONY-646
         URL: http://issues.apache.org/jira/browse/HARMONY-646
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Paulex Yang
    Priority: Minor


As discussion in the mailing list, the portsock.h has no value except includes hysock.h only, so I propose to use hysock.h instead and remove portsock.h. And because the coming nio module native codes need this header file, so I also to include this hysock.h into shared include directory.  

This issue is the prerequisite of Harmony-578. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-646) [classlib][native]Remove portsock.h and use hysock.h instead.

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-646?page=all ]

Mark Hindess reassigned HARMONY-646:
------------------------------------

    Assign To: Mark Hindess

> [classlib][native]Remove portsock.h and use hysock.h instead.
> -------------------------------------------------------------
>
>          Key: HARMONY-646
>          URL: http://issues.apache.org/jira/browse/HARMONY-646
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mark Hindess
>     Priority: Minor
>  Attachments: 01.svn.sh, 02.luni.diff, 03.native-src.diff
>
> As discussion in the mailing list, the portsock.h has no value except includes hysock.h only, so I propose to use hysock.h instead and remove portsock.h. And because the coming nio module native codes need this header file, so I also to include this hysock.h into shared include directory.  
> This issue is the prerequisite of Harmony-578. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-646) [classlib][native]Remove portsock.h and use hysock.h instead.

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-646?page=all ]
     
Mark Hindess resolved HARMONY-646:
----------------------------------

    Resolution: Fixed

Applied in r416671.  Paulex, the 03.diff contains the change to 'linux.IA32/port/hyfile.c' twice which is rather odd.  Please be sure to check that everything is as you expected.


> [classlib][native]Remove portsock.h and use hysock.h instead.
> -------------------------------------------------------------
>
>          Key: HARMONY-646
>          URL: http://issues.apache.org/jira/browse/HARMONY-646
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mark Hindess
>     Priority: Minor
>  Attachments: 01.svn.sh, 02.luni.diff, 03.native-src.diff
>
> As discussion in the mailing list, the portsock.h has no value except includes hysock.h only, so I propose to use hysock.h instead and remove portsock.h. And because the coming nio module native codes need this header file, so I also to include this hysock.h into shared include directory.  
> This issue is the prerequisite of Harmony-578. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-646) [classlib][native]Remove portsock.h and use hysock.h instead.

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-646?page=all ]

Paulex Yang updated HARMONY-646:
--------------------------------

    Attachment: 01.svn.sh
                02.luni.diff
                03.native-src.diff

Please use the 01.svn.sh to remove/move files, and apply luni.diff and native.diff to modules/luni and native-src respectively. Thank you.

> [classlib][native]Remove portsock.h and use hysock.h instead.
> -------------------------------------------------------------
>
>          Key: HARMONY-646
>          URL: http://issues.apache.org/jira/browse/HARMONY-646
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Paulex Yang
>     Priority: Minor
>  Attachments: 01.svn.sh, 02.luni.diff, 03.native-src.diff
>
> As discussion in the mailing list, the portsock.h has no value except includes hysock.h only, so I propose to use hysock.h instead and remove portsock.h. And because the coming nio module native codes need this header file, so I also to include this hysock.h into shared include directory.  
> This issue is the prerequisite of Harmony-578. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-646) [classlib][native]Remove portsock.h and use hysock.h instead.

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-646?page=all ]

George Harley reassigned HARMONY-646:
-------------------------------------

    Assign To: George Harley  (was: Mark Hindess)

> [classlib][native]Remove portsock.h and use hysock.h instead.
> -------------------------------------------------------------
>
>          Key: HARMONY-646
>          URL: http://issues.apache.org/jira/browse/HARMONY-646
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>     Priority: Minor
>  Attachments: 01.svn.sh, 02.luni.diff, 03.native-src.diff
>
> As discussion in the mailing list, the portsock.h has no value except includes hysock.h only, so I propose to use hysock.h instead and remove portsock.h. And because the coming nio module native codes need this header file, so I also to include this hysock.h into shared include directory.  
> This issue is the prerequisite of Harmony-578. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-646) [classlib][native]Remove portsock.h and use hysock.h instead.

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-646?page=comments#action_12417484 ] 

Paulex Yang commented on HARMONY-646:
-------------------------------------

Oops, it's my fault (it's weird why I made this problem though). Everything looks fine, thank you, Mark.

> [classlib][native]Remove portsock.h and use hysock.h instead.
> -------------------------------------------------------------
>
>          Key: HARMONY-646
>          URL: http://issues.apache.org/jira/browse/HARMONY-646
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mark Hindess
>     Priority: Minor
>  Attachments: 01.svn.sh, 02.luni.diff, 03.native-src.diff
>
> As discussion in the mailing list, the portsock.h has no value except includes hysock.h only, so I propose to use hysock.h instead and remove portsock.h. And because the coming nio module native codes need this header file, so I also to include this hysock.h into shared include directory.  
> This issue is the prerequisite of Harmony-578. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-646) [classlib][native]Remove portsock.h and use hysock.h instead.

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-646?page=all ]

George Harley reassigned HARMONY-646:
-------------------------------------

    Assign To: Mark Hindess  (was: George Harley)

Ooops ! Sorry Mark, didn't mean to steal this one.  

Best regards, 
George

> [classlib][native]Remove portsock.h and use hysock.h instead.
> -------------------------------------------------------------
>
>          Key: HARMONY-646
>          URL: http://issues.apache.org/jira/browse/HARMONY-646
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: Mark Hindess
>     Priority: Minor
>  Attachments: 01.svn.sh, 02.luni.diff, 03.native-src.diff
>
> As discussion in the mailing list, the portsock.h has no value except includes hysock.h only, so I propose to use hysock.h instead and remove portsock.h. And because the coming nio module native codes need this header file, so I also to include this hysock.h into shared include directory.  
> This issue is the prerequisite of Harmony-578. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira