Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 1996 17:01:38 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sys/i386/linux linux_sysvec.c
Message-ID:  <199605010701.RAA12685@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    sys/i386/linux  linux_sysvec.c
>  Log:
>  Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.
>  I fully updated my src tree and did a `make includes' in /usr/src before
>  trying this fix, so I can only presume that Bruce missed something.

Oops.  I didn't commit that because I forgot that <sys/buf.h> had
anything to do with <sys/imgact.h>.  <sys/buf.h> was previously included
as a side effect of including sys/imgact.h> which unnecessarily included
<sys/vnode.h> which necessarily (unfortunately) includes "vnode_if.h"
which unnecessarily includes <sys/buf.h>.

Bruce



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