From owner-freebsd-i386@FreeBSD.ORG Fri Mar 25 22:50:03 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06DDD16A4CE for ; Fri, 25 Mar 2005 22:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF6C43D39 for ; Fri, 25 Mar 2005 22:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2PMo2cB014545 for ; Fri, 25 Mar 2005 22:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2PMo2G5014544; Fri, 25 Mar 2005 22:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 25 Mar 2005 22:50:02 GMT Resent-Message-Id: <200503252250.j2PMo2G5014544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, arnaud de prelle Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B0B16A4CE for ; Fri, 25 Mar 2005 22:49:19 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F9E43D2D for ; Fri, 25 Mar 2005 22:49:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2PMnIED011585 for ; Fri, 25 Mar 2005 22:49:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2PMnI7A011584; Fri, 25 Mar 2005 22:49:18 GMT (envelope-from nobody) Message-Id: <200503252249.j2PMnI7A011584@www.freebsd.org> Date: Fri, 25 Mar 2005 22:49:18 GMT From: arnaud de prelle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/79240: Errors at the compilation of /usr/src/modules/if_ndis/ X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 22:50:03 -0000 >Number: 79240 >Category: i386 >Synopsis: Errors at the compilation of /usr/src/modules/if_ndis/ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 25 22:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: arnaud de prelle >Release: 6-CURRENT and 5-STABLE >Organization: ulb student >Environment: FreeBSD compaq 6.0-CURRENT FreeBSD 6.0-CURRENT #2: Thu Mar 24 15:37:03 CET 2005 apn@compaq:/usr/obj/usr/src/sys/compaq i386 FreeBSD pnserver.pnzone.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #1: Fri Mar 4 22:48:10 CET 2005 apn@acer:/usr/src/sys/i386/compile/PNkernel i386 >Description: Won't compile if we follow the instructions given in the handbook ( http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html ). It can't find ndis_driver_data.h. >How-To-Repeat: Everytimes we try to compile. >Fix: I correct the problem. Here are the diffs files: # cat if_ndis.c.diff 87c87 < #include "ndis_driver_data.h" --- > #include # cat if_ndis_pci.c.diff 65c65 < #include "ndis_driver_data.h" --- > #include # cat if_ndis_pccard.c.diff 66c66 < #include "ndis_driver_data.h" --- > #include Sincerely yours. Arnaud de Prelle >Release-Note: >Audit-Trail: >Unformatted: