From owner-freebsd-current@FreeBSD.ORG Fri May 28 07:48:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB7D16A4CE for ; Fri, 28 May 2004 07:48:29 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8620043D53 for ; Fri, 28 May 2004 07:48:28 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4SEjQ4h044648; Fri, 28 May 2004 08:45:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 28 May 2004 08:45:47 -0600 (MDT) Message-Id: <20040528.084547.121316988.imp@bsdimp.com> To: outi@bytephobia.de From: "M. Warner Losh" In-Reply-To: <20040527084800.5efb56bc@dualistic.bytephobia.de> References: <40B51B4C.3020104@corrupt.co.nz> <20040527084800.5efb56bc@dualistic.bytephobia.de> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: drew@corrupt.co.nz cc: current@freebsd.org Subject: Re: ndis: build error on make buildkernel + FIX X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 14:48:29 -0000 In message: <20040527084800.5efb56bc@dualistic.bytephobia.de> Patrick Hurrelmann writes: : > #include "ndis_driver_data.h" : > : > to this: : > : > #include I added -I${.CURDIR} to my module makefile to fix this. Warner