This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Typo in socket.h


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]