From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 23:55:45 2003 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 4A30916A4CE for ; Thu, 11 Dec 2003 23:55:45 -0800 (PST) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99F443D35 for ; Thu, 11 Dec 2003 23:55:43 -0800 (PST) (envelope-from wsk@mail.gddsn.org.cn) Received: from mail.gddsn.org.cn (unknown [192.168.168.17]) by gddsn.org.cn (Postfix) with ESMTP id 0E02D38CBC4 for ; Fri, 12 Dec 2003 15:55:31 +0800 (CST) Message-ID: <3FD97472.5010906@mail.gddsn.org.cn> Date: Fri, 12 Dec 2003 15:55:30 +0800 From: Suken User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.3) Gecko/20030424 X-Accept-Language: zh-cn,zh MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Subject: if_ndis error while build kernel 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, 12 Dec 2003 07:55:45 -0000 hi list: cvsup src today and get the follow error while on build kernel step :( cc -O -pipe -mcpu=pentiumpro -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../includ e -I/usr/include -finline-limit=15000 -fno-common -mno-align-long-strings -mpre ferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/if_ndis/../../dev/if_ndis/i f_ndis.c /usr/src/sys/dev/if_ndis/if_ndis.c:74:30: ndis_driver_data.h: No such file or di rectory /usr/src/sys/dev/if_ndis/if_ndis.c: In function `ndis_attach': /usr/src/sys/dev/if_ndis/if_ndis.c:295: error: `drv_data' undeclared (first use in this function) /usr/src/sys/dev/if_ndis/if_ndis.c:295: error: (Each undeclared identifier is re ported only once /usr/src/sys/dev/if_ndis/if_ndis.c:295: error: for each function it appears in.) /usr/src/sys/dev/if_ndis/if_ndis.c:297: error: `ndis_regvals' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/if_ndis.