From owner-freebsd-current Mon Oct 18 1:25:41 1999 Delivered-To: freebsd-current@freebsd.org Received: from cons.org (knight.cons.org [194.233.237.195]) by hub.freebsd.org (Postfix) with ESMTP id CBA2014D8C for ; Mon, 18 Oct 1999 01:25:33 -0700 (PDT) (envelope-from cracauer@cons.org) Received: (from cracauer@localhost) by cons.org (8.8.8/8.7.3) id KAA07782; Mon, 18 Oct 1999 10:25:14 +0200 (CEST) Date: Mon, 18 Oct 1999 10:25:14 +0200 From: Martin Cracauer To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG Subject: Re: Is it just me or is sys/signal.h just completely screwed up now? Message-ID: <19991018102513.A7736@cons.org> References: <19538.940215318@localhost> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=X1bOJ3K7DJ5YkBrT X-Mailer: Mutt 0.95.1i In-Reply-To: <19538.940215318@localhost>; from Jordan K. Hubbard on Sun, Oct 17, 1999 at 07:55:18PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii In <19538.940215318@localhost>, Jordan K. Hubbard wrote: > I've got a box running yesterday's -current and it can't compile [...] > #if defined(_P1003_1B_VISIBLE) || defined(KERNEL) > .. > #endif I use the appended C file and compilation shell script to test include file changes. I recommend it to everyone working on headers. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=run #! /bin/sh set -e set -x cc -D_ANSI_SOURCE -Wall -Werror -o/dev/null test1.c cc -D_POSIX_SOURCE -Wall -Werror -o/dev/null test1.c cc -Wall -Werror -o/dev/null test1.c --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="test1.c" #include int main(void) { return 0; } --X1bOJ3K7DJ5YkBrT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message