Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 1998 00:04:59 -0700 (PDT)
From:      Roy.Nicholl@ASGtechnologies.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/7830: Missing include from sys/bus_private.h in 3.0-Current [1998-09-04]
Message-ID:  <199809040704.AAA12701@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep  4 00:10:02 PDT 1998
>Last-Modified:
>Originator:     Roy Nicholl
>Organization:
Atlantic Systems Group Inc.
>Release:        33.0-Current
>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>.
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809040704.AAA12701>