From nobody  Fri Sep  4 00:04:59 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id AAA12701;
          Fri, 4 Sep 1998 00:04:59 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199809040704.AAA12701@hub.freebsd.org>
Date: Fri, 4 Sep 1998 00:04:59 -0700 (PDT)
From: Roy.Nicholl@ASGtechnologies.com
To: freebsd-gnats-submit@freebsd.org
Subject: Missing include from sys/bus_private.h in 3.0-Current [1998-09-04]
X-Send-Pr-Version: www-1.0

>Number:         7830
>Category:       kern
>Synopsis:       Missing include from sys/bus_private.h in 3.0-Current [1998-09-04]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep  4 00:10:02 PDT 1998
>Closed-Date:    Fri Sep 4 02:41:55 PDT 1998
>Last-Modified:  Fri Sep  4 02:42:50 PDT 1998
>Originator:     Roy Nicholl
>Release:        33.0-Current
>Organization:
Atlantic Systems Group Inc.
>Environment:
FreeBSD lizard 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Sat Aug 29 23:18:32 ADT 1998     root@lizard:/usr/src/sys/compile/LIZARD  i386
>Description:
Missing include in <sys/bus_private.h> prevents kernel rebuild.  Prior to line 32 [#include bus.h],
the header <sys/queue.h> need be included.
>How-To-Repeat:
In /usr/src/sys/i386/conf:
config KERNEL_NAME;
cd ../../compile/KERNEL_NAME;
make depend; make
<wait for the compile to fail>
>Fix:
Insert the statement:
#include <sys/queue.h>
before line 32 of <sys/bus_private.h>.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Fri Sep 4 02:41:55 PDT 1998 
State-Changed-Why:  
config fixed instead 
>Unformatted:
