delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/10/18/07:02:20

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
Date: Mon, 18 Oct 2004 13:03:18 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin <cygwin AT cygwin DOT com>
Subject: Re: minires-devel-0.97-1: resolv.h fails
Message-ID: <20041018110318.GC26101@cygbert.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin <cygwin AT cygwin DOT com>
References: <41731C28 DOT 8060109 AT x-ray DOT at>
Mime-Version: 1.0
In-Reply-To: <41731C28.8060109@x-ray.at>
User-Agent: Mutt/1.4.2i

On Oct 18 03:28, Reini Urban wrote:
> minires-devel-0.97-1:
>   #include <resolv.h> fails suddenly.
> 
> Apparently /usr/include/resolv.h misses the definition for
> sockaddr_in, which is defined in <cygwin/in.h>
> 
> Have no clue why it suddenly fails. Anyone else?
> These headers didn't change for years...
> 
> Which file is supposed to include cygwin/in.h? I found nothing.

netinet/in.h

> On other systems it's defined in sys/socket.h, which is included in 
> resolv.h.

On Linux as well as on Cygwin:

$ cat > x.c << EOF
#include <sys/socket.h>
struct sockaddr_in si;
EOF
$ gcc -c x.c
x.c:2: error: storage size of `si' isn't known
$ cat > x.c << EOF
#include <netinet/in.h>
struct sockaddr_in si;
EOF
$ gcc -c x.c
$


Corinna

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

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019