From owner-cvs-all Sat Jan 6 7:12: 3 2001 From owner-cvs-all@FreeBSD.ORG Sat Jan 6 07:11:59 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from nebula.cybercable.fr (d217.dhcp212-126.cybercable.fr [212.198.126.217]) by hub.freebsd.org (Postfix) with ESMTP id 884DC37B400; Sat, 6 Jan 2001 07:11:57 -0800 (PST) Received: (from mux@localhost) by nebula.cybercable.fr (8.11.1/8.11.1) id f06FCIQ10167; Sat, 6 Jan 2001 16:12:18 +0100 (CET) (envelope-from mux) Date: Sat, 6 Jan 2001 16:12:17 +0100 From: Maxime Henrion To: cvs-all@freebsd.org Cc: Alfred Perlstein Subject: Re: cvs commit: src/sys/sys ktrace.h src/sys/kern kern_ktrace.c Message-ID: <20010106161217.A5737@nebula.cybercable.fr> References: <200101060958.f069wR179663@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101060958.f069wR179663@freefall.freebsd.org>; from alfred@FreeBSD.ORG on Sat, Jan 06, 2001 at 01:58:27AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 06 2001, Alfred Perlstein wrote: > alfred 2001/01/06 01:58:27 PST > > Modified files: (Branch: RELENG_4) > sys/sys ktrace.h > sys/kern kern_ktrace.c > Log: > MFC: limit utrace > > Revision Changes Path > 1.19.2.3 +2 -1 src/sys/sys/ktrace.h > 1.35.2.2 +3 -1 src/sys/kern/kern_ktrace.c Hi, It seems that this commit breaks the build of the kernel : cc -c -O -pipe -fomit-frame-pointer -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../kern/kern_ktrace.c ../../kern/kern_ktrace.c: In function `utrace': ../../kern/kern_ktrace.c:364: warning: implicit declaration of function `SCARG' ../../kern/kern_ktrace.c:364: `len' undeclared (first use in this function) ../../kern/kern_ktrace.c:364: (Each undeclared identifier is reported only once ../../kern/kern_ktrace.c:364: for each function it appears in.) *** Error code 1 I think you need to include in src/sys/kern/kern_ktrace.c for the SCARG macro. Hope it helps, Maxime -- Don't be fooled by cheap finnish imitations ; BSD is the One True Code Key fingerprint = F9B6 1D5A 4963 331C 88FC CA6A AB50 1EF2 8CBE 99D6 Public Key : http://www.epita.fr/~henrio_m/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message