Typo in socket.h

2006-01-19 Thread jan . safranek
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/



Re: Typo in socket.h

2006-01-19 Thread Corinna Vinschen
On Jan 19 17:27, [EMAIL PROTECTED] wrote:
 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.

Thanks, I fixed this in CVS yesterday.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

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