Date: Wed, 24 May 2000 11:05:56 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Steve Sizemore <steve@adsl-63-194-196-21.dsl.snfc21.pacbell.net> Cc: "D.A. Muran-de Assereto" <dmuran@pinacolada.net>, freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha Kernel compiles Message-ID: <20000524110556.B11414@dragon.nuxi.com> 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 References: <003301bfc452$bb0829e0$0101a8c0@tuad.org> <20000524085036.A2192@cmpharm.ucsf.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000524110556.B11414>