Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 1995 10:30:27 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        altitude@umich.edu, freebsd-hackers@FreeBSD.ORG
Subject:   Re: bind493BETA17
Message-ID:  <199505310030.KAA30243@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I've been trying to compile bind 493b17 on freebsd-2.0R.

>Unfortunately, It fails in herror.c with an error message about parse
>error before __dead2 (in the /usr/include/unistd.h file.)

>Can someone tell me what the __dead2 is for?  And how to get around this
>error without removing it from the header file?

__dead2 says that the function doesn't return.  It is defined in
<sys/cdefs.h>.  The application apparently provides its own wrong
<sys/cdefs.h>.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505310030.KAA30243>