From owner-cvs-src@FreeBSD.ORG Sun Jun 17 15:21:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A69516A400; Sun, 17 Jun 2007 15:21:11 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 349F213C45E; Sun, 17 Jun 2007 15:21:11 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5HFLBYO086452; Sun, 17 Jun 2007 15:21:11 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5HFLAaC086330; Sun, 17 Jun 2007 15:21:10 GMT (envelope-from scottl) Message-Id: <200706171521.l5HFLAaC086330@repoman.freebsd.org> From: Scott Long Date: Sun, 17 Jun 2007 15:21:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ahb ahb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 17 Jun 2007 15:21:11 -0000 scottl 2007-06-17 15:21:09 UTC FreeBSD src repository Modified files: sys/dev/ahb ahb.c Log: Fix a compile error from the last change. Revision Changes Path 1.43 +1 -1 src/sys/dev/ahb/ahb.c