From owner-freebsd-current Sun Oct 10 6:12:34 1999 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 906C614C37; Sun, 10 Oct 1999 06:11:58 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from d209.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id XAA05030; Sun, 10 Oct 1999 23:13:47 +1000 Date: Sun, 10 Oct 1999 23:11:29 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Mark Murray Cc: marcel@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Signal breakage? In-Reply-To: <199910101158.NAA50542@gratis.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On line 72 of , there is a reference to 'union sigval', > which is declared in , but inside #ifndef _POSIX_SOURCE. > The X build heavily uses _POSIX_SOURCE, so this breaks. > > Should line 72 of not move a little further down into > the #ifndef _POSIX_SOURCE block below it? This is supposed to be handled by a _POSIX_1B_VISIBLE feature test, but the test is broken (nonexistent) in . Try changing the ifdef for sigval fom _POSIX_SOURCE to _POSIX_1B_VISIBLE. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message