From owner-freebsd-hackers Tue May 30 17:36:57 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA25752 for hackers-outgoing; Tue, 30 May 1995 17:36:57 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA25716 for ; Tue, 30 May 1995 17:36:46 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id KAA30243; Wed, 31 May 1995 10:30:27 +1000 Date: Wed, 31 May 1995 10:30:27 +1000 From: Bruce Evans Message-Id: <199505310030.KAA30243@godzilla.zeta.org.au> To: altitude@umich.edu, freebsd-hackers@FreeBSD.ORG Subject: Re: bind493BETA17 Sender: hackers-owner@FreeBSD.ORG Precedence: bulk >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 . The application apparently provides its own wrong . Bruce