Date: Sun, 10 Oct 1999 13:58:52 +0200 From: Mark Murray <mark@grondar.za> To: marcel@freebsd.org Cc: current@freebsd.org Subject: Signal breakage? Message-ID: <199910101158.NAA50542@gratis.grondar.za>
next in thread | raw e-mail | index | archive | help
Hi On line 72 of <signal.h>, there is a reference to 'union sigval', which is declared in <sys/signal.h>, but inside #ifndef _POSIX_SOURCE. The X build heavily uses _POSIX_SOURCE, so this breaks. Should line 72 of <signal.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910101158.NAA50542>
