From owner-freebsd-current@FreeBSD.ORG Wed Oct 26 01:52:02 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 917E116A41F for ; Wed, 26 Oct 2005 01:52:02 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D5743D48 for ; Wed, 26 Oct 2005 01:52:02 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.54 (FreeBSD)) id 1EUaSP-0002jr-OZ for freebsd-current@freebsd.org; Wed, 26 Oct 2005 01:52:01 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.53 (FreeBSD)) id 1EUaSH-0005Eq-6T for freebsd-current@freebsd.org; Tue, 25 Oct 2005 18:51:53 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17246.57656.780906.76828@roam.psg.com> Date: Tue, 25 Oct 2005 18:51:52 -0700 To: FreeBSD Current Subject: tty_ithd' undeclared X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Oct 2005 01:52:02 -0000 exceeding current i386 ===> cx (all) cc -O -pipe -march=pentiumpro -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/ROAM/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/usr/src/sys/ROAM -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/cx/../../dev/cx/if_cx.c /usr/src/sys/modules/cx/../../dev/cx/if_cx.c: In function `cx_modevent': /usr/src/sys/modules/cx/../../dev/cx/if_cx.c:2550: error: `tty_ithd' undeclared (first use in this function) /usr/src/sys/modules/cx/../../dev/cx/if_cx.c:2550: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/cx/../../dev/cx/if_cx.c:2550: error: for each function it appears in.) /usr/src/sys/modules/cx/../../dev/cx/if_cx.c:2563: warning: implicit declaration of function `ithread_remove_handler' /usr/src/sys/modules/cx/../../dev/cx/if_cx.c:2563: warning: nested extern declaration of `ithread_remove_handler' *** Error code 1