| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <1465.163.242.69.59.1137688030.squirrel@gw.anfdata.cz> |
| Date: | Thu, 19 Jan 2006 17:27:10 +0100 (CET) |
| Subject: | Typo in socket.h |
| From: | jan DOT safranek AT anfdata DOT cz |
| To: | cygwin AT cygwin DOT com |
| User-Agent: | SquirrelMail/1.4.4 |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hi,
I have found a bug in /usr/include/cygwin/socket.h:
struct sockaddr_storage {
sa_family_t ss_familiy;
...
should be
struct sockaddr_storage {
sa_family_t ss_family;
...
Some programs won't compile without the change. I believe it's just a
simple typo and not an intention.
Best Regards
Jan Safranek
--
Cygwin DLL version info:
DLL version: 1.5.19
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 150
Shared data: 4
DLL identifier: cygwin1
Mount registry: 2
Cygnus registry name: Cygnus Solutions
Cygwin registry name: Cygwin
Program options name: Program Options
Cygwin mount registry name: mounts v2
Cygdrive flags: cygdrive flags
Cygdrive prefix: cygdrive prefix
Cygdrive default prefix:
Build date: Mon Jan 16 15:01:58 EST 2006
Shared id: cygwin1S4
Cygwin Package Information
Last downloaded files to: D:\install\Cygwin
Last downloaded files from: http://ftp.univie.ac.at/packages/cygwin
(last download = today, 2006-01-19, ~12:00 GMT)
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |