From: "Alexey V. Neyman" <avn@any.ru> To: Mike Tancsa <mike@sentex.net> Cc: <stable@FreeBSD.ORG> Subject: Re: ncp module broken ? Message-ID: <Pine.BSF.4.33.0105212028130.2874-100000@srv2.any> In-Reply-To: <4.2.2.20010521114947.02cecf28@192.168.0.12>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0105212028130.2874-100000>