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: port-pmax
Date: 01/23/2000 19:41:36
On Mon, 24 Jan 2000 09:11:44 +1100 
 Simon Burge <simonb@netbsd.org> wrote:

 > Ahh, the wrath of the uncompiled commit!  BUFQ_INSERT_HEAD is defined
 > in <sys/queue.h>.  rz.c works because it includes <sys/disk.h> which
 > includes <sys/queue.h>.  I'll fix this in the next few minutes (when
 > my cvs update finishes) by adding <sys/queue.h> to includes for both,
 > although I can only test for pmax.

Umm.. BUFQ_INSERT_HEAD isn't defined *anywhere* ;-)

Anyhow, I'm fixing this now.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>