From owner-freebsd-current Sun Oct 10 4:59:17 1999 Delivered-To: freebsd-current@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id 8723515125; Sun, 10 Oct 1999 04:58:55 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.3/8.9.3) with ESMTP id NAA50542; Sun, 10 Oct 1999 13:58:53 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199910101158.NAA50542@gratis.grondar.za> To: marcel@freebsd.org Cc: current@freebsd.org Subject: Signal breakage? Date: Sun, 10 Oct 1999 13:58:52 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi 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? M To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message