From owner-cvs-all Wed Feb 6 11:35:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B169937B400; Wed, 6 Feb 2002 11:35:37 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g16JZbT30235; Wed, 6 Feb 2002 11:35:37 -0800 (PST) (envelope-from julian) Message-Id: <200202061935.g16JZbT30235@freefall.freebsd.org> From: Julian Elischer Date: Wed, 6 Feb 2002 11:35:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-raid.c ata-raid.h src/sys/dev/usb uhci.c src/sys/sys syscall.h syscall.mk sysproto.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/02/06 11:35:37 PST Modified files: sys/dev/ata ata-all.c ata-raid.c ata-raid.h sys/dev/usb uhci.c sys/sys syscall.h syscall.mk sysproto.h Log: Make LINT compile after fruitless attempts to get the authors to fix their code. ata stuff: Change name of ar_attach to not colide with existing ar_attach in if_ar.c. usb stuff: Create a dummy function to satisfy a call to it when in DEBUG mode. Revision Changes Path 1.128 +1 -1 src/sys/dev/ata/ata-all.c 1.23 +1 -1 src/sys/dev/ata/ata-raid.c 1.8 +1 -1 src/sys/dev/ata/ata-raid.h 1.80 +6 -0 src/sys/dev/usb/uhci.c 1.100 +0 -0 src/sys/sys/syscall.h 1.55 +0 -0 src/sys/sys/syscall.mk 1.91 +0 -0 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message