Subject: Re: Undeclared BUFQ_INSERT_HEAD in pmax and amiga kernels
To: Simon Burge <simonb@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 01/23/2000 19:49:40
On Mon, 24 Jan 2000 10:35:00 +1100
Simon Burge <simonb@netbsd.org> wrote:
> Ick, this wasn't as simple as I first thought (quick pre-coffee
> comments!). I saw the *_INSERT_HEAD and thought it was as simple
> as adding <sys/queue.h>. The problem is that <sys/buf.h> has a
> few BUFQ_INSERT_* macros but no BUFQ_INSERT_HEAD. The following
> at least allows me to compile tz.c - I haven't finished building
> a complete kernel to see if it works yet.
>
> Jason - does this look right?
Almost! :-) Actually, I just committed a version which is correct.
-- Jason R. Thorpe <thorpej@nas.nasa.gov>