From owner-freebsd-stable Mon May 21 9:29:21 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ajax2.sovam.com (ajax2.sovam.com [194.67.1.173]) by hub.freebsd.org (Postfix) with ESMTP id C6AD537B619 for ; Mon, 21 May 2001 09:29:07 -0700 (PDT) (envelope-from avn@any.ru) Received: from ts9-a252.dial.sovam.com ([195.239.70.252]:1164 "EHLO srv2.any" ident: "TIMEDOUT" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: "EDH-RSA-DES-CBC3-SHA keybits 192/192 version TLSv1/SSLv3" TLS-PEER: ) by ajax2.sovam.com with ESMTP id ; Mon, 21 May 2001 20:29:03 +0400 Received: from localhost (avn@localhost) by srv2.any (8.11.3/8.11.3) with ESMTP id f4LGTau02881; Mon, 21 May 2001 20:29:36 +0400 (MSD) (envelope-from avn@any.ru) Date: Mon, 21 May 2001 20:29:36 +0400 (MSD) From: "Alexey V. Neyman" X-X-Sender: To: Mike Tancsa Cc: Subject: Re: ncp module broken ? In-Reply-To: <4.2.2.20010521114947.02cecf28@192.168.0.12> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, there! On Mon, 21 May 2001, Mike Tancsa wrote: >cc -O -pipe -march=pentiumpro -D_KERNEL -Wall -Wredundant-decls >-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >-Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc >-I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c >/usr/src/sys/modules/ncp/../../netncp/ncp_mod.c >cc -O -pipe -march=pentiumpro -D_KERNEL -Wall -Wredundant-decls >-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >-Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc >-I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c >/usr/src/sys/modules/ncp/../../netncp/ncp_rq.c >/usr/src/sys/modules/ncp/../../netncp/ncp_rq.c:49: conflicting types for >`m_getm' >@/sys/mbuf.h:572: previous declaration of `m_getm' >/usr/src/sys/modules/ncp/../../netncp/ncp_rq.c:49: warning: redundant >redeclaration of `m_getm' in same scope >@/sys/mbuf.h:572: warning: previous declaration of `m_getm' >*** Error code 1 > >Stop in /usr/src/sys/modules/ncp. >*** Error code 1 > >Stop in /usr/src/sys/modules. >*** Error code 1 > >Stop in /usr/src/sys/compile/auth. >auth# Yep, getting the same. Boris Popov has modified sys/sys/mbuf.h today, leaving ncp_rq.c untouched. # Alexey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message