From owner-cvs-all Tue Aug 25 01:47:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23719 for cvs-all-outgoing; Tue, 25 Aug 1998 01:47:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23711; Tue, 25 Aug 1998 01:47:00 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id EAA04487; Tue, 25 Aug 1998 04:46:11 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Martin Cracauer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "Gary Palmer" Subject: Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h In-reply-to: Your message of "Tue, 25 Aug 1998 09:47:10 +0200." <19980825094710.A10121@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 25 Aug 1998 04:46:10 -0400 Message-ID: <4483.904034770@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Martin Cracauer wrote in message ID <19980825094710.A10121@cons.org>: > What does your compiler do when you compile the test program from my > last mail? I can't really beleive we have different compilers. root@sloth:~/tmp> cat > foo.c #include extern volatile sig_atomic_t bla; int bla; int main(void) { exit(0); } root@sloth:~/tmp> cc -Wall foo.c foo.c:3: conflicting types for `bla' foo.c:2: previous declaration of `bla' root@sloth:~/tmp> uname -m alpha root@sloth:~/tmp> I think the key is I'm using FreeBSD/Alpha.... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info