From owner-cvs-sys Wed May 1 00:12:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19287 for cvs-sys-outgoing; Wed, 1 May 1996 00:12:58 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA19278 Wed, 1 May 1996 00:12:45 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id RAA12685; Wed, 1 May 1996 17:01:38 +1000 Date: Wed, 1 May 1996 17:01:38 +1000 From: Bruce Evans Message-Id: <199605010701.RAA12685@godzilla.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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/linux linux_sysvec.c > Log: > Include 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 had anything to do with . was previously included as a side effect of including sys/imgact.h> which unnecessarily included which necessarily (unfortunately) includes "vnode_if.h" which unnecessarily includes . Bruce