From owner-freebsd-alpha Wed May 24 11: 7:40 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 0FEE137BD64 for ; Wed, 24 May 2000 11:07:36 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@relay.nuxi.com [169.237.7.38]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA98498; Wed, 24 May 2000 11:06:40 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id LAA11510; Wed, 24 May 2000 11:06:04 -0700 (PDT) (envelope-from obrien) Date: Wed, 24 May 2000 11:05:56 -0700 From: "David O'Brien" To: Steve Sizemore Cc: "D.A. Muran-de Assereto" , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha Kernel compiles Message-ID: <20000524110556.B11414@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <003301bfc452$bb0829e0$0101a8c0@tuad.org> <20000524085036.A2192@cmpharm.ucsf.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000524085036.A2192@cmpharm.ucsf.edu>; from steve@adsl-63-194-196-21.dsl.snfc21.pacbell.net on Wed, May 24, 2000 at 08:50:36AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 24, 2000 at 08:50:36AM -0700, Steve Sizemore wrote: > I'd noticed that "make buildworld" had been failing (for this reason) > for a couple of weeks on -stable. I finally fixed it by doing a > "make include" before the build. This allows the buildworld and > installworld to complete, but I still can't build a GENERIC kernel. Please try this patch and tell me if it fixes things. Index: types.h =================================================================== RCS file: /home/ncvs/src/sys/alpha/include/types.h,v retrieving revision 1.11 diff -u -r1.11 types.h --- types.h 1999/12/29 04:28:00 1.11 +++ types.h 2000/05/24 17:47:11 @@ -67,7 +67,7 @@ /* Interrupt mask (spl, xxx_imask, etc) */ typedef __uint32_t intrmask_t; -/* Interrupt handler function type - arg should be "void *" one day */ -typedef void inthand2_t(int _unit); +/* Interrupt handler function type */ +typedef void inthand2_t(void *); #endif /* _MACHTYPES_H_ */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message