| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-apps-help AT cygwin DOT com; run by ezmlm |
| Sender: | cygwin-apps-owner AT cygwin DOT com |
| List-Subscribe: | <mailto:cygwin-apps-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin-apps/> |
| List-Post: | <mailto:cygwin-apps AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-apps-help AT cygwin DOT com>, <http://sources.redhat.com/lists.html#faqs> |
| Mail-Followup-To: | cygwin-apps AT cygwin DOT com |
| Delivered-To: | mailing list cygwin-apps AT cygwin DOT com |
| Subject: | [cygwin gcc-3.1] Patch to java/net/natPlainSocketImpl.cc |
| Date: | Sun, 9 Jun 2002 12:50:09 +1000 |
| MIME-Version: | 1.0 |
| Message-ID: | <FAC87D7C874EAB46A847604DA4FD5A64034743@crtsmail.corp.riotinto.org> |
| content-class: | urn:content-classes:message |
| X-MimeOLE: | Produced By Microsoft Exchange V6.0.5762.3 |
| X-MS-Has-Attach: | |
| X-MS-TNEF-Correlator: | |
| From: | "Billinghurst, David (CRTS)" <David DOT Billinghurst AT riotinto DOT com> |
| To: | <cygwin-apps AT cygwin DOT com> |
| X-OriginalArrivalTime: | 09 Jun 2002 02:51:21.0690 (UTC) FILETIME=[897023A0:01C20F60] |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id g592oYx28078 |
Patch to cygwin gcc-3.1 branch. 2002-06-09 David Billinghurst <David DOT Billinghurst AT riotinto DOT com> * java/net/natPlainSocketImpl.cc: Include <sys/ioctl.h> Index: java/net/natPlainSocketImpl.cc =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/net/natPlainSocketImpl.cc,v retrieving revision 1.30.2.10 diff -u -r1.30.2.10 natPlainSocketImpl.cc --- java/net/natPlainSocketImpl.cc 15 Apr 2002 03:21:58 -0000 1.30.20 +++ java/net/natPlainSocketImpl.cc 9 Jun 2002 02:46:49 -0000 @@ -9,6 +9,10 @@ #include <config.h> #include <platform.h> +#ifdef HAVE_SYS_IOCTL_H +#include <sys/ioctl.h> +#endif + #ifndef DISABLE_JAVA_NET #ifdef WIN32 #include <windows.h>
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |