From owner-cvs-src@FreeBSD.ORG Wed Aug 20 04:19:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E01116A4BF; Wed, 20 Aug 2003 04:19:45 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4086143FA3; Wed, 20 Aug 2003 04:19:43 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 19pR2C-0008Ip-00; Wed, 20 Aug 2003 18:21:48 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 19pR2C-0008IT-00; Wed, 20 Aug 2003 18:21:48 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9/8.12.9) with ESMTP id h7KBIhvt023399; Wed, 20 Aug 2003 18:18:43 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9/8.12.9/Submit) id h7KBIhMq023392; Wed, 20 Aug 2003 18:18:43 +0700 (NOVST) Date: Wed, 20 Aug 2003 18:18:43 +0700 From: Alexey Dokuchaev To: Warner Losh Message-ID: <20030820111843.GA20997@regency.nsu.ru> References: <200308140715.h7E7FJZj011400@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308140715.h7E7FJZj011400@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Envelope-To: imp@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 11:19:45 -0000 > Modified files: > sys/dev/pccbb pccbb.c > Log: > Use CBB_CARD_PRESENT instead of checking STATE_CD directly since it is > hard to get right. > > Revision Changes Path > 1.91 +6 -4 src/sys/dev/pccbb/pccbb.c This 5-hour-old commit broke world: ===> cbb cc -O -pipe -mcpu=pentiumpro -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/. ./include -finline-limit=15000 -fno-common -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fforma t-extensions -std=c99 -c /usr/src/sys/dev/pccbb/pccbb.c /usr/src/sys/dev/pccbb/pccbb.c:1373: error: syntax error before '}' token ... Probably trivial enough to fix though. ./danfe