Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 19:31:25 +0000 (UTC)
From:      naddy@mips.inka.de (Christian Weisgerber)
To:        freebsd-alpha@freebsd.org
Subject:   Re: ccc: netdb.h
Message-ID:  <998b6d$j9b$1@kemoauc.mips.inka.de>
References:  <9987nq$eui$1@kemoauc.mips.inka.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Christian Weisgerber <naddy@mips.inka.de> wrote:

> cc: Error: /usr/include/netdb.h, line 238: Ill-formed parameter type
> list. (parmtyplist)
> int             getnameinfo __P((const struct sockaddr *, socklen_t, char *,
> ----------------------------^

As a simple test file indicates,

#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>

ccc chokes on socklen_t.  Hmm.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?998b6d$j9b$1>