From owner-freebsd-stable@FreeBSD.ORG Wed Sep 29 01:27:19 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3541516A4CE for ; Wed, 29 Sep 2004 01:27:19 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE05443D45 for ; Wed, 29 Sep 2004 01:27:18 +0000 (GMT) (envelope-from riv.rivai@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so38513rnk for ; Tue, 28 Sep 2004 18:27:13 -0700 (PDT) Received: by 10.38.208.53 with SMTP id f53mr1464131rng; Tue, 28 Sep 2004 18:27:12 -0700 (PDT) Received: by 10.38.24.62 with HTTP; Tue, 28 Sep 2004 18:27:12 -0700 (PDT) Message-ID: <399d23e9040928182769987e3a@mail.gmail.com> Date: Wed, 29 Sep 2004 08:27:12 +0700 From: Riv Octovahriz To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Something wrong with umass on RELENG_4 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Riv Octovahriz List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 01:27:19 -0000 Something wrong with umass.c on RELENG_4 ? I've been trying to recompile my kernel lately, but always gave me this error : cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 ../../dev/usb/umass.c ../../dev/usb/umass.c: In function `umass_cam_action': ../../dev/usb/umass.c:2495: `ccbg' undeclared (first use in this function) ../../dev/usb/umass.c:2495: (Each undeclared identifier is reported only once ../../dev/usb/umass.c:2495: for each function it appears in.) *** Error code 1